cps.runtime.PartialFunctionCallChainSubst
See thePartialFunctionCallChainSubst companion object
trait PartialFunctionCallChainSubst[F[_], A, B](m: CpsMonad[F]) extends CallChainAsyncShiftSubst[F, PartialFunction[A, B], A => F[B]]
Attributes
- Companion
- object
- Source
- PartialFunctionAsyncShift.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Members list
Value members
Abstract methods
Attributes
Attributes
Attributes
Attributes
Concrete methods
called when we have no calls in futher chain.
Attributes
Attributes
Attributes
Attributes
Attributes
Attributes
Attributes
Attributes
Attributes
Attributes
Attributes
Attributes
def orElse[A1 <: A, B1 >: B](g: PartialFunctionCallChainSubst[F, A1, B1]): PartialFunctionCallChainSubst[F, A1, B1]
Attributes
In this article