AsyncLambdaCpsTree

cps.macros.forest.CpsTreeScope.AsyncLambdaCpsTree
case class AsyncLambdaCpsTree(originLambda: Term, params: List[ValDef], body: CpsTree, otpe: TypeRepr) extends CpsTree

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class CpsTree
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def applyAwait(newOtpe: TypeRepr): CpsTree

Attributes

Definition Classes
override def castOtpe(ntpe: TypeRepr): CpsTree

cast CpsTree to keep newOtpe.type inside monad.

cast CpsTree to keep newOtpe.type inside monad.

Attributes

Definition Classes
override def inCake[F1[_], T1, C1 <: CpsMonadContext[F1]](otherCake: TreeTransformScope[F1, T1, C1]): AsyncLambdaCpsTree

Attributes

Definition Classes
override def isAsync: Boolean

Attributes

Definition Classes
override def isChanged: Boolean

Attributes

Definition Classes
override def isLambda: Boolean

Attributes

Definition Classes
def monadFlatMap(f: Term => Term, ntpe: TypeRepr): CpsTree
def monadMap(f: Term => Term, ntpe: TypeRepr): CpsTree
def rLambda: Term
override 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

Definition Classes
override def select(origin: Term, symbol: Symbol, ntpe: TypeRepr): CpsTree

Attributes

Definition Classes
override def syncOrigin: Option[Term]

Attributes

Definition Classes
override def toResult[T : Type]: CpsExpr[F, T]

Attributes

Definition Classes
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any
override def transformed: Term

Attributes

Definition Classes

Inherited methods

def append(next: CpsTree): CpsTree

Attributes

Inherited from:
CpsTree
def isSync: Boolean

Attributes

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

Attributes

Inherited from:
CpsTree
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
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