Function1AsyncShift

cps.runtime.Function1AsyncShift
class Function1AsyncShift[T, R] extends AsyncShift[T => R]

Attributes

Source
FunctionAsyncShift.scala
Graph
Supertypes
trait AsyncShift[T => R]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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

Attributes

Source
FunctionAsyncShift.scala
def compose[F[_], A](f: T => R, m: CpsMonad[F])(g: A => F[T]): Function1ComposeCallChainSubst[F, T, R, A]

Attributes

Source
FunctionAsyncShift.scala