AwaitAsyncCpsTree

cps.macros.forest.CpsTreeScope.AwaitAsyncCpsTree
case class AwaitAsyncCpsTree(nested: CpsTree, otpe: TypeRepr) extends AsyncCpsTree

Attributes

Source:
CpsTree.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class CpsTree
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def castOtpe(ntpe: TypeRepr): CpsTree

cast CpsTree to keep newOtpe.type inside monad.

cast CpsTree to keep newOtpe.type inside monad.

Attributes

Source:
CpsTree.scala
def inCake[F1[_], T1, C1 <: CpsMonadContext[F1]](otherCake: TreeTransformScope[F1, T1, C1]): CpsTree

Attributes

Source:
CpsTree.scala
def isLambda: Boolean

Attributes

Source:
CpsTree.scala
def transformed: Term

Attributes

Source:
CpsTree.scala

Inherited methods

def append(next: CpsTree): CpsTree

Attributes

Inherited from:
CpsTree
Source:
CpsTree.scala

Attributes

Inherited from:
AsyncCpsTree
Source:
CpsTree.scala
def applyAwait(newOtpe: TypeRepr): CpsTree

Attributes

Inherited from:
AsyncCpsTree
Source:
CpsTree.scala
def isAsync: Boolean

Attributes

Inherited from:
AsyncCpsTree
Source:
CpsTree.scala
def isChanged: Boolean

Attributes

Inherited from:
AsyncCpsTree
Source:
CpsTree.scala
def isSync: Boolean

Attributes

Inherited from:
CpsTree
Source:
CpsTree.scala
def monadFlatMap(f: Term => Term, ntpe: TypeRepr): CpsTree

Attributes

Inherited from:
AsyncCpsTree
Source:
CpsTree.scala
def monadMap(f: Term => Term, ntpe: TypeRepr): CpsTree

Attributes

Inherited from:
AsyncCpsTree
Source:
CpsTree.scala
def prepend(prev: CpsTree): CpsTree

Attributes

Inherited from:
CpsTree
Source:
CpsTree.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

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.

Attributes

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

Attributes

Inherited from:
CpsTree
Source:
CpsTree.scala
def syncOrigin: Option[Term]

Attributes

Inherited from:
AsyncCpsTree
Source:
CpsTree.scala
def toResult[T : Type]: CpsExpr[F, T]

Attributes

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

Attributes

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

Attributes

Inherited from:
CpsTree
Source:
CpsTree.scala