DefCpsExpr

cps.macros.forest.DefCpsExpr
class DefCpsExpr[F[_]](using qctx: Quotes)(monad: Expr[CpsMonad[F]], prev: Seq[ExprTreeGen], definition: qctx.reflect.Definition, changed: Boolean)(implicit evidence$1: Type[F]) extends SyncCpsExpr[F, Unit]

Attributes

Source
BlockTransform.scala
Graph
Supertypes
class SyncCpsExpr[F, Unit]
trait CpsExpr[F, Unit]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def append[A : Type](chunk: CpsExpr[F, A])(implicit evidence$1: Type[A], Quotes): CpsExpr[F, A]

Attributes

Source
BlockTransform.scala
override def isChanged: Boolean

Attributes

Definition Classes
Source
BlockTransform.scala
def last(using Quotes): Expr[Unit]

Attributes

Source
BlockTransform.scala
def prependExprs(exprs: Seq[ExprTreeGen]): CpsExpr[F, Unit]

Attributes

Source
BlockTransform.scala

Inherited methods

override def fLast(using Quotes): Expr[F[Unit]]

Attributes

Definition Classes
Inherited from:
SyncCpsExpr
Source
CpsExpr.scala
def flatMap[A : Type](f: Expr[Unit => F[A]])(implicit evidence$1: Type[A], Quotes): CpsExpr[F, A]

Attributes

Inherited from:
CpsExpr
Source
CpsExpr.scala
def flatMapIgnore[A : Type](t: Expr[F[A]])(implicit evidence$1: Type[A], Quotes): CpsExpr[F, A]

Attributes

Inherited from:
CpsExpr
Source
CpsExpr.scala
override def isAsync: Boolean

Attributes

Definition Classes
Inherited from:
SyncCpsExpr
Source
CpsExpr.scala
def map[A : Type](f: Expr[Unit => A])(implicit evidence$1: Type[A], Quotes): CpsExpr[F, A]

Attributes

Inherited from:
CpsExpr
Source
CpsExpr.scala
def show(using Quotes): String

Attributes

Inherited from:
CpsExpr
Source
CpsExpr.scala
override def syncOrigin(using Quotes): Option[Expr[Unit]]

Attributes

Definition Classes
Inherited from:
SyncCpsExpr
Source
CpsExpr.scala
def tType: Type[Unit]

Attributes

Inherited from:
CpsExpr
Source
CpsExpr.scala
def transformed(using Quotes): Expr[F[Unit]]

Attributes

Inherited from:
CpsExpr
Source
CpsExpr.scala

Deprecated and Inherited methods

@Deprecated
def asyncMonad: Expr[CpsMonad[F]]

Attributes

Deprecated
true
Inherited from:
CpsExpr
Source
CpsExpr.scala