Function1AsyncShift
- Source:
- FunctionAsyncShift.scala
Value members
Concrete methods
def andThen[F[_], A](f: T => R, m: CpsMonad[F])(g: R => F[A]): Function1AndThenCallChainSubst[F, T, R, A]
- Source:
- FunctionAsyncShift.scala
def compose[F[_], A](f: T => R, m: CpsMonad[F])(g: A => F[T]): Function1ComposeCallChainSubst[F, T, R, A]
- Source:
- FunctionAsyncShift.scala