JSFutureCpsMonad
- Source:
- JSFuture.scala
Type members
Inherited types
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
- Source:
- CpsMonadContext.scala
run with this instance
run with this instance
- Inherited from:
- CpsMonadInstanceContext
- Source:
- CpsMonadContext.scala
transform r
into pure value or error.
transform r
into pure value or error.
- Inherited from:
- CpsTryMonad
- 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
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.
- 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