IsKeyword_Shift_Value

given IsKeyword_Shift_Value[Domain, Value]: IsKeyword[Shift[Domain, Value], Value]

Value members

Inherited methods

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