IsKeywordSubtype_Future_Await_Value

given IsKeywordSubtype_Future_Await_Value[Value]: IsKeywordSubtype[Future[Value], Await[Value], Value]

Value members

Inherited methods

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