CpsMonadContext

trait CpsMonadContext[F[_]]

Base for context operations inside monad

Source:
CpsMonadContext.scala
class Object
trait Matchable
class Any

Type members

Types

type Monad[X] = F[X]

Value members

Abstract methods

def adoptAwait[A](fa: F[A]): F[A]

adopt external monadic value to the current context.

adopt external monadic value to the current context.

Source:
CpsMonadContext.scala