Return

object Return
class Object
trait Matchable
class Any

Value members

Concrete methods

@inline
def apply[ReturnValue]: ReturnValue =:= Return[ReturnValue]

Givens

Givens

given Dsl_Return_Domain_Nothing[ReturnValue, Domain](using val lift: Lift[ReturnValue, Domain]): Dsl[Return[ReturnValue], Domain, Nothing]
given IsKeyword_Return_Nothing[ReturnValue]: IsKeyword[Return[ReturnValue], Nothing]

Implicits

Implicits

implicit
def returnDsl[ReturnValue, Domain >: ReturnValue]: Dsl[Return[ReturnValue], Domain, Nothing]