AsyncLambda

cps.plugin.AsyncKind.AsyncLambda
final case class AsyncLambda(bodyKind: AsyncKind) extends AsyncKind

Members list

Value members

Inherited methods

def isAsync: Boolean

Attributes

Inherited from:
AsyncKind
def isAsyncLambda: Boolean

Attributes

Inherited from:
AsyncKind
def isCompatible(other: AsyncKind): Boolean

True, if those kinds can be in sibling branches of ìf or match.

True, if those kinds can be in sibling branches of ìf or match.

Attributes

Inherited from:
AsyncKind
def isSync: Boolean

Attributes

Inherited from:
AsyncKind
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
infix def unify(other: AsyncKind): Either[(AsyncKind, AsyncKind), AsyncKind]

Attributes

Inherited from:
AsyncKind