Function1AsyncShift

class Function1AsyncShift[T, R] extends AsyncShift[T => R]
trait AsyncShift[T => R]
class Object
trait Matchable
class Any

Value members

Concrete methods

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