PartialFunctionAsyncShiftBase
Value members
Concrete methods
def andThen[F[_], A](f: PartialFunction[T, R], m: CpsMonad[F])(g: R => F[A]): PartialFunctionCallChainSubst[F, T, A]
def applyOrElse[F[_], A1 <: T, B1 >: R](f: PartialFunction[T, R], m: CpsMonad[F])(x1: A1, default: A1 => F[B1]): F[B1]
def compose[F[_], A](f: PartialFunction[T, R], m: CpsMonad[F])(g: A => F[T]): PartialFunctionCallChainSubst[F, A, R]