CatsMonad
trait CpsMonadInstanceContext[F]
trait CpsMonad[F]
trait CpsAwaitable[F]
class Object
trait Matchable
class Any
Type members
Value members
Concrete methods
Inherited methods
If is it statically known, that monad is evaluated in this context, then this call is completely eliminated by dotty-cps-async macro
If is it statically known, that monad is evaluated in this context, then this call is completely eliminated by dotty-cps-async macro
- Returns:
fa
- Inherited from:
- CpsMonadInstanceContext
Lazy variant of pure, which by default - create monadic expression according to the choosen monad types. (i.e. delaing for effect monads, starting for eager monand, pure by defiault)
Lazy variant of pure, which by default - create monadic expression according to the choosen monad types. (i.e. delaing for effect monads, starting for eager monand, pure by defiault)
- Inherited from:
- CpsMonad