IsKeyword_Shift_Value

given IsKeyword_Shift_Value[Domain, Value]: IsKeyword[Domain => Value, Value]

Value members

Inherited methods

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