MappedCpsExpr

cps.macros.MappedCpsExpr
case class MappedCpsExpr[F[_], S, T](monad: Expr[CpsMonad[F]], prev: Seq[ExprTreeGen], point: CpsExpr[F, S], mapping: Expr[S => T])(implicit evidence$11: Type[F], evidence$12: Type[S], evidence$13: Type[T]) extends AsyncCpsExpr[F, T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AsyncCpsExpr[F, T]
trait CpsExpr[F, T]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

Attributes

Definition Classes
override def flatMap[A : Type](f: Expr[T => F[A]])(implicit evidence$23: Type[A], Quotes): CpsExpr[F, A]

Attributes

Definition Classes
override def map[A : Type](f: Expr[T => A])(implicit evidence$22: Type[A], Quotes): CpsExpr[F, A]

Attributes

Definition Classes
override def prependExprs(exprs: Seq[ExprTreeGen]): CpsExpr[F, T]

Attributes

Definition Classes

Inherited methods

override def append[A : Type](e: CpsExpr[F, A])(implicit evidence$24: Type[A], Quotes): CpsExpr[F, A]

Attributes

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

Attributes

Inherited from:
CpsExpr
override def isAsync: Boolean

Attributes

Definition Classes
Inherited from:
AsyncCpsExpr
override def isChanged: Boolean

Attributes

Definition Classes
Inherited from:
AsyncCpsExpr
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

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

Attributes

Inherited from:
CpsExpr
override def syncOrigin(using Quotes): Option[Expr[T]]

Attributes

Definition Classes
Inherited from:
AsyncCpsExpr
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