CpsMonadContext

cps.CpsMonadContext
trait CpsMonadContext[F[_]]

Base for context operations inside monad

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

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.

Attributes