PartialFunctionAsyncShift

cps.runtime.PartialFunctionAsyncShift
class PartialFunctionAsyncShift[T, R] extends PartialFunctionAsyncShiftBase[T, R, PartialFunction[T, R]]

Attributes

Graph
Supertypes
trait PartialFunctionAsyncShiftBase[T, R, PartialFunction[T, R]]
trait AsyncShift[PartialFunction[T, R]]
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def andThen[F[_], A](f: PartialFunction[T, R], m: CpsMonad[F])(g: R => F[A]): PartialFunctionCallChainSubst[F, T, A]

Attributes

Inherited from:
PartialFunctionAsyncShiftBase
def applyOrElse[F[_], A1 <: T, B1 >: R](f: PartialFunction[T, R], m: CpsMonad[F])(x1: A1, default: A1 => F[B1]): F[B1]

Attributes

Inherited from:
PartialFunctionAsyncShiftBase
def compose[F[_], A](f: PartialFunction[T, R], m: CpsMonad[F])(g: A => F[T]): PartialFunctionCallChainSubst[F, A, R]

Attributes

Inherited from:
PartialFunctionAsyncShiftBase