IsKeyword_Typed_Value

given IsKeyword_Typed_Value[Keyword, Value]: IsKeyword[Typed[Keyword, Value], Value]

Value members

Inherited methods

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