ToConst

turbolift.Handler.FromConst.ToConst
object ToConst

Type-level fluent interface for accessing Handler type aliases.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ToConst.type

Members list

Type members

Types

type Free[C, D, Elim] = ToConst[C, D, Elim, Any]

Alias for Handler, where both From[_] and To[_] are type-level constant functions, and there are no dependencies.

Alias for Handler, where both From[_] and To[_] are type-level constant functions, and there are no dependencies.

Attributes