CompletableFutureCpsMonad
Type members
Inherited types
Value members
Concrete methods
- Definition Classes
- Definition Classes
Inherited methods
join two computations in such way, that they will execute concurrently.
join two computations in such way, that they will execute concurrently.
- Inherited from
- CpsConcurrentMonad
- Source
- CpsMonad.scala
synonym for flatMapTry needed for processing awaits inside mapTry.
synonym for flatMapTry needed for processing awaits inside mapTry.
- Inherited from
- CpsTryMonad
- Source
- CpsMonad.scala
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
.
- Inherited from
- CpsTryMonad
- Source
- CpsMonad.scala
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
.
- Inherited from
- CpsTryMonad
- Source
- CpsMonad.scala
ensure that action
will run before getting value from fa
ensure that action
will run before getting value from fa
- Inherited from
- CpsTryMonad
- Source
- CpsMonad.scala
async shift of withAction
.
async shift of withAction
.
This method is substituted instead withAction, when we use await
inside withAction
argument.
- Inherited from
- CpsTryMonad
- Source
- CpsMonad.scala
return result of fa
after completition of action
.
return result of fa
after completition of action
.
- Inherited from
- CpsTryMonad
- Source
- CpsMonad.scala