IsKeyword_Await_Result

given IsKeyword_Await_Result[Result]: IsKeyword[Await[Result], Result]

Value members

Inherited methods

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