AsyncCpsTree

cps.macros.forest.CpsTreeScope.AsyncCpsTree
sealed abstract class AsyncCpsTree extends CpsTree

Attributes

Graph
Supertypes
class CpsTree
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def transformed: Term

Concrete methods

def applyAwait(newOtpe: TypeRepr): CpsTree
def isAsync: Boolean
def isChanged: Boolean
def monadFlatMap(f: Term => Term, ntpe: TypeRepr): CpsTree
def monadMap(f: Term => Term, ntpe: TypeRepr): CpsTree
def syncOrigin: Option[Term]

Inherited methods

def append(next: CpsTree): CpsTree

Attributes

Inherited from:
CpsTree
def castOtpe(newOtpe: TypeRepr): CpsTree

cast CpsTree to keep newOtpe.type inside monad.

cast CpsTree to keep newOtpe.type inside monad.

Attributes

Inherited from:
CpsTree
def inCake[F1[_], T1, C1 <: CpsMonadContext[F1]](otherScope: TreeTransformScope[F1, T1, C1]): CpsTree

Attributes

Inherited from:
CpsTree
def isLambda: Boolean

Attributes

Inherited from:
CpsTree
def isSync: Boolean

Attributes

Inherited from:
CpsTree
def otpe: TypeRepr

type which is 'inside ' monad, i.e. T for F[T].

type which is 'inside ' monad, i.e. T for F[T].

Attributes

Inherited from:
CpsTree
def prepend(prev: CpsTree): CpsTree

Attributes

Inherited from:
CpsTree
def rtpe: TypeRepr

type which we see outside. i.e. F[T] for near all 'normal' trees or X=>F[T] for async lambda.

type which we see outside. i.e. F[T] for near all 'normal' trees or X=>F[T] for async lambda.

Attributes

Inherited from:
CpsTree
def select(orig: Term, symbol: Symbol, ntpe: TypeRepr): CpsTree

Attributes

Inherited from:
CpsTree
def toResult[T : Type]: CpsExpr[F, T]

Attributes

Inherited from:
CpsTree
def toResultWithType[T](qt: Type[T]): CpsExpr[F, T]

Attributes

Inherited from:
CpsTree
def typeApply(orig: Term, targs: List[TypeTree], ntpe: TypeRepr): CpsTree

Attributes

Inherited from:
CpsTree