SyncCpsExpr

cps.macros.SyncCpsExpr
abstract class SyncCpsExpr[F[_], T](dm: Expr[CpsMonad[F]], prev: Seq[ExprTreeGen])(implicit evidence$3: Type[F], evidence$4: Type[T]) extends CpsExpr[F, T]

Attributes

Graph
Supertypes
trait CpsExpr[F, T]
class Object
trait Matchable
class Any
Known subtypes
class DefCpsExpr[F]
class GenericSyncCpsExpr[F, T]
class UnitCpsExpr[F]

Members list

Value members

Abstract methods

def last(using Quotes): Expr[T]

Concrete methods

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

Attributes

Definition Classes
override def isAsync: Boolean

Attributes

Definition Classes
override def syncOrigin(using Quotes): Option[Expr[T]]

Attributes

Definition Classes

Inherited methods

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

Attributes

Inherited from:
CpsExpr
def flatMap[A : Type](f: Expr[T => F[A]])(implicit evidence$20: Type[A], Quotes): CpsExpr[F, A]

Attributes

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

Attributes

Inherited from:
CpsExpr
def isChanged: Boolean

Attributes

Inherited from:
CpsExpr
def map[A : Type](f: Expr[T => A])(implicit evidence$19: Type[A], Quotes): CpsExpr[F, A]

Attributes

Inherited from:
CpsExpr
def prependExprs(exprs: Seq[ExprTreeGen]): CpsExpr[F, T]

Attributes

Inherited from:
CpsExpr
def show(using Quotes): String

Attributes

Inherited from:
CpsExpr
def tType: Type[T]

Attributes

Inherited from:
CpsExpr
def transformed(using Quotes): Expr[F[T]]

Attributes

Inherited from:
CpsExpr

Deprecated and Inherited methods

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

Attributes

Deprecated
true
Inherited from:
CpsExpr