PartialFunctionCallChainSubst

cps.runtime.PartialFunctionCallChainSubst$
See thePartialFunctionCallChainSubst companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def partialMapped[F[_], A, B](m: CpsMonad[F], f: PartialFunction[A, F[B]]): PartialFunctionCallChainSubst[F, A, B]
def partialPlain[F[_], A, B](m: CpsMonad[F], f: PartialFunction[A, B]): PartialFunctionCallChainSubst[F, A, B]
def totalMapped[F[_], A, B](m: CpsMonad[F], f: A => F[B]): PartialFunctionCallChainSubst[F, A, B]
def totalPlain[F[_], A, B](m: CpsMonad[F], f: A => B): PartialFunctionCallChainSubst[F, A, B]