IsKeyword_Pure_PureValue

given IsKeyword_Pure_PureValue[PureValue]: IsKeyword[Pure[PureValue], PureValue]

Value members

Inherited methods

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