CatsMonadPure
cps.monads.catsEffect.CatsMonadPure
class CatsMonadPure[F[_]](using mf: Monad[F]) extends CatsMonad[F], CpsPureMonadInstanceContext[F]
Attributes
- Graph
-
- Supertypes
-
trait CpsPureMonadInstanceContext[F]trait CatsMonad[F]trait CpsMonad[F]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
run with this instance
run with this instance
Attributes
- Inherited from:
- CpsPureMonadInstanceContext
bind combinator, which compose f
over fa
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)
Attributes
- Inherited from:
- CpsMonad
map a function f
over fa
In this article