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$1: Type[F], evidence$2: Type[S], evidence$3: Type[T]) extends AsyncCpsExpr[F, T]
Attributes
- Source
- CpsExpr.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- CpsExpr.scala
Attributes
- Definition Classes
- Source
- CpsExpr.scala
Attributes
- Definition Classes
- Source
- CpsExpr.scala
Attributes
- Definition Classes
- Source
- CpsExpr.scala
Inherited methods
Attributes
- Definition Classes
- Inherited from:
- AsyncCpsExpr
- Source
- CpsExpr.scala
Attributes
- Inherited from:
- CpsExpr
- Source
- CpsExpr.scala
Attributes
- Definition Classes
- Inherited from:
- AsyncCpsExpr
- Source
- CpsExpr.scala
Attributes
- Definition Classes
- Inherited from:
- AsyncCpsExpr
- Source
- CpsExpr.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- CpsExpr
- Source
- CpsExpr.scala
Attributes
- Definition Classes
- Inherited from:
- AsyncCpsExpr
- Source
- CpsExpr.scala
Attributes
- Inherited from:
- CpsExpr
- Source
- CpsExpr.scala
Attributes
- Inherited from:
- CpsExpr
- Source
- CpsExpr.scala
Deprecated and Inherited methods
@Deprecated
Attributes
- Deprecated
- true
- Inherited from:
- CpsExpr
- Source
- CpsExpr.scala
In this article