Suspend

object Suspend
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[Keyword, Value](keywordFunction: () => Keyword): () => Keyword
@inline
def cast[Keyword]: () => Keyword =:= () => Keyword

Givens

Givens

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