Run_Keyword_Domain_Value

given Run_Keyword_Domain_Value[Keyword, Domain, Value](using val dsl: PolyCont[Keyword, Domain, Value], val lift: Lift[Value, Domain]): Run[Keyword, Domain, Value]

Value members

Concrete methods

@inline
def apply(keyword: Keyword): Domain

Inherited methods

@unspecialized
def andThen[A](g: Domain => A): Keyword => A
Inherited from
Function1
@unspecialized
def compose[A](g: A => Keyword): A => Domain
Inherited from
Function1
override
def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1

Concrete fields

protected
val dsl: PolyCont[Keyword, Domain, Value]
protected
val lift: Lift[Value, Domain]