IsKeyword_Get_S

given IsKeyword_Get_S[S]: IsKeyword[Get[S], S]

Value members

Inherited methods

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