GenericSyncCpsExpr

case class GenericSyncCpsExpr[F[_], T](dm: Expr[CpsMonad[F]], prev: Seq[ExprTreeGen], lastExpr: Expr[T], changed: Boolean)(implicit evidence$5: Type[F], evidence$6: Type[T]) extends SyncCpsExpr[F, T]
trait Serializable
trait Product
trait Equals
class SyncCpsExpr[F, T]
trait CpsExpr[F, T]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def append[A : Type](e: CpsExpr[F, A])(implicit evidence$28: Type[A], Quotes): CpsExpr[F, A]
Definition Classes
Source:
CpsExpr.scala
override def flatMap[A : Type](f: Expr[T => F[A]])(implicit evidence$30: Type[A], Quotes): CpsExpr[F, A]
Definition Classes
Source:
CpsExpr.scala
override def flatMapIgnore[A : Type](t: Expr[F[A]])(implicit evidence$31: Type[A], Quotes): CpsExpr[F, A]
Definition Classes
Source:
CpsExpr.scala
override def isChanged: Boolean
Definition Classes
Source:
CpsExpr.scala
def last(using Quotes): Expr[T]
override def map[A : Type](f: Expr[T => A])(implicit evidence$29: Type[A], Quotes): CpsExpr[F, A]
Definition Classes
Source:
CpsExpr.scala
override def prependExprs(exprs: Seq[ExprTreeGen]): CpsExpr[F, T]
Definition Classes
Source:
CpsExpr.scala

Inherited methods

override def fLast(using Quotes): Expr[F[T]]
Definition Classes
Inherited from:
SyncCpsExpr
Source:
CpsExpr.scala
override def isAsync: Boolean
Definition Classes
Inherited from:
SyncCpsExpr
Source:
CpsExpr.scala
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
override def syncOrigin(using Quotes): Option[Expr[T]]
Definition Classes
Inherited from:
SyncCpsExpr
Source:
CpsExpr.scala
def tType: Type[T]
Inherited from:
CpsExpr
Source:
CpsExpr.scala
def transformed(using Quotes): Expr[F[T]]
Inherited from:
CpsExpr
Source:
CpsExpr.scala

Deprecated and Inherited methods

@Deprecated
def asyncMonad: Expr[CpsMonad[F]]
Deprecated
Inherited from:
CpsExpr
Source:
CpsExpr.scala