Suspend

object Suspend extends LowPriority0
trait LowPriority0
trait LowPriority1
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Givens

Givens

given Composed_Suspend_Future_Value: Composed[Suspend[Keyword], Future[Result], Value]
given Composed_Suspend_TailRec_Value: Composed[Suspend[Keyword], TailRec[Result], Value]
given IsKeyword_Suspend_UpstreamValue[Upstream, UpstreamValue](using val upstreamIsKeyword: => IsKeyword[Upstream, UpstreamValue]): IsKeyword[Suspend[Upstream], UpstreamValue]
given `Composed_Suspend_!!_Value`: Composed[Suspend[Keyword], Domain !! Throwable, Value]

Inherited givens

given Composed_Suspend_Domain_Value: Composed[Suspend[Keyword], Domain, Value]
Inherited from
LowPriority1
given Composed_Suspend_Function_Value: Composed[Suspend[Keyword], State => Domain, Value]
Inherited from
LowPriority0