AwaitSyncCpsTree

case class AwaitSyncCpsTree(origin: Term, otpe: TypeRepr) extends AsyncCpsTree
trait Serializable
trait Product
trait Equals
class CpsTree
class Object
trait Matchable
class Any

Value members

Concrete methods

def castOtpe(newOtpe: TypeRepr): CpsTree
override def inCake[F1[_], T1](otherCake: TreeTransformScope[F1, T1]): AwaitSyncCpsTree
Definition Classes
def isLambda: Boolean
def transformed: Term

Inherited methods

def append(next: CpsTree): CpsTree
Inherited from
CpsTree
Inherited from
AsyncCpsTree
def applyAwait(newOtpe: TypeRepr): CpsTree
Inherited from
AsyncCpsTree
def isAsync: Boolean
Inherited from
AsyncCpsTree
def isChanged: Boolean
Inherited from
AsyncCpsTree
def isSync: Boolean
Inherited from
CpsTree
def monadFlatMap(f: Term => Term, ntpe: TypeRepr): CpsTree
Inherited from
AsyncCpsTree
def monadMap(f: Term => Term, ntpe: TypeRepr): CpsTree
Inherited from
AsyncCpsTree
def prepend(prev: CpsTree): CpsTree
Inherited from
CpsTree
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
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.

Inherited from
CpsTree
def select(orig: Term, symbol: Symbol, ntpe: TypeRepr): CpsTree
Inherited from
CpsTree
def syncOrigin: Option[Term]
Inherited from
AsyncCpsTree
def toResult[T](`evidence$1`: Type[T]): CpsExpr[F, T]
Inherited from
CpsTree
def toResultWithType[T](qt: Type[T]): CpsExpr[F, T]
Inherited from
CpsTree
def typeApply(orig: Term, targs: List[TypeTree], ntpe: TypeRepr): CpsTree
Inherited from
CpsTree