IsKeyword_Suspend_UpstreamValue

given IsKeyword_Suspend_UpstreamValue[Upstream, UpstreamValue](using val upstreamIsKeyword: => IsKeyword[Upstream, UpstreamValue]): IsKeyword[Suspend[Upstream], UpstreamValue]

Value members

Inherited methods

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

Concrete fields

protected
val upstreamIsKeyword: IsKeyword[Upstream, UpstreamValue]