ToConst

turbolift.Handler.FromId.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[D, Elim] = ToConst[D, Elim, Any]

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

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

Attributes