CallChainSubstCpsTree
when we have swhifted function, which should return F[A] but we want to have in F[A] methods with special meaning, which should be performed on F[_] before jumping into monad (exampe: Iterable.withFilter) we will catch in ApplyTree such methods and substitute to appropriative calls of shifted.
- Source:
- CpsTree.scala
Value members
Concrete methods
override def inCake[F1[_], T1, C1 <: CpsMonadContext[F1]](otherCake: TreeTransformScope[F1, T1, C1]): CallChainSubstCpsTree
- Definition Classes
- Source:
- CpsTree.scala
Inherited methods
type which we see outside. i.e. F[T] for near all 'normal' trees or X=>F[T] for async lambda.
type which we see outside. i.e. F[T] for near all 'normal' trees or X=>F[T] for async lambda.
- Inherited from:
- CpsTree
- Source:
- CpsTree.scala