CatsMonadThrow
Attributes
- Graph
-
- Supertypes
-
trait CpsTryMonadInstanceContext[F]trait CpsTryMonad[F]trait CpsTrySupport[F]trait CpsThrowMonad[F]trait CpsThrowSupport[F]trait CatsMonad[F]trait CpsMonad[F]class Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class CatsAsync[F]class CatsMonadCancel[F]class CatsAsyncCancel[F]class CatsConcurrent[F]class CatsIOCpsAsyncMonad
Members list
Value members
Concrete methods
represent error e
in monadic context.
represent error e
in monadic context.
Attributes
flatMap over result of checked evaluation of A
flatMap over result of checked evaluation of A
Attributes
map over result of checked evaluation of A
map over result of checked evaluation of A
Attributes
- Definition Classes
-
CpsTryMonad
Inherited methods
run op in the context environment.
run op in the context environment.
Attributes
- Definition Classes
-
CpsTryMonadInstanceContext -> CpsMonad
- Inherited from:
- CpsTryMonadInstanceContext
bind combinator, which compose f
over fa
Wrap and flatten of monadic expression..
Wrap and flatten of monadic expression..
Attributes
- Inherited from:
- CpsMonad
Attributes
- Inherited from:
- CpsMonad
transform r
into pure value or error.
transform r
into pure value or error.
Attributes
- Inherited from:
- CpsTryMonad
map a function f
over fa
synonym for flatMapTry needed for processing awaits inside mapTry.
synonym for flatMapTry needed for processing awaits inside mapTry.
Attributes
- Inherited from:
- CpsTryMonad
Pure - wrap value t
inside monad.
Pure - wrap value t
inside monad.
Note, that pure use eager evaluation, which is different from Haskell.
Attributes
- Inherited from:
- CatsMonad
restore fa, ie if fa sucessful - return fa, otherwise apply fx to received error.
restore fa, ie if fa sucessful - return fa, otherwise apply fx to received error.
Attributes
- Inherited from:
- CpsTryMonad
try to evaluate async operation and wrap successful or failed result into F
.
try to evaluate async operation and wrap successful or failed result into F
.
Attributes
- Inherited from:
- CpsTryMonad
try to evaluate synchonious operation and wrap successful or failed result into F
.
try to evaluate synchonious operation and wrap successful or failed result into F
.
Attributes
- Inherited from:
- CpsTryMonad
async shift of tryPure.
async shift of tryPure.
Attributes
- Inherited from:
- CpsTryMonad
ensure that action
will run before getting value from fa
ensure that action
will run before getting value from fa
Attributes
- Inherited from:
- CpsTryMonad
async shift of withAction
.
async shift of withAction
.
This method is substituted instead withAction, when we use await
inside withAction
argument.
Attributes
- Inherited from:
- CpsTryMonad
return result of fa
after completition of action
.
return result of fa
after completition of action
.
Attributes
- Inherited from:
- CpsTryMonad
Attributes
- Inherited from:
- CpsTrySupport
Attributes
- Inherited from:
- CpsTrySupport
Create monadic expression according to the default operation of choosen monad types. (i.e. delaying for effect monads, starting for eager monand, pure by default)
Create monadic expression according to the default operation of choosen monad types. (i.e. delaying for effect monads, starting for eager monand, pure by default)
Attributes
- Inherited from:
- CpsMonad