Suspend

object Suspend
class Object
trait Matchable
class Any

Value members

Concrete methods

@inline
def apply[Keyword]: () => Keyword =:= Suspend[Keyword]

Givens

Givens

given IsKeyword_Suspend_UpstreamValue[Upstream, UpstreamValue](using val upstreamIsKeyword: => IsKeyword[Upstream, UpstreamValue]): IsKeyword[Suspend[Upstream], UpstreamValue]
given PolyCont_Suspend_Domain_Value[Keyword, Domain, Value](using val x$1: PolyCont[Keyword, Domain, Value]): PolyCont[Suspend[Keyword], Domain, Value]