create
Type members
Inherited types
Value members
Inherited methods
apply a function to an Eff value using the applicative instance
apply a function to an Eff value using the applicative instance
- Inherited from
- EffCreation
bracket an action with one last action to execute at the end of the program
bracket an action with one last action to execute at the end of the program
- Inherited from
- EffCreation
create an Either effect from a value possibly throwing a Throwable
create an Either effect from a value possibly throwing a Throwable
- Inherited from
- EitherCreation
use the internal effect as one of the stack effects
use the internal effect as one of the stack effects
- Inherited from
- EffCreation
use the applicative instance of Eff to sequence a list of values, then flatten it
use the applicative instance of Eff to sequence a list of values, then flatten it
- Inherited from
- EffCreation
use the applicative instance of Eff to traverse a list of values, then flatten it
use the applicative instance of Eff to traverse a list of values, then flatten it
- Inherited from
- EffCreation
create an Either effect from a value possibly throwing an exception
create an Either effect from a value possibly throwing an exception
- Inherited from
- EitherCreation
create an Either effect from a single Either value
create an Either effect from a single Either value
- Inherited from
- EitherCreation
- Inherited from
- FutureCreation
- Inherited from
- FutureCreation
create a list effect from a list of values
create a list effect from a list of values
- Inherited from
- ListCreation
create an Option effect from a single Option value
create an Option effect from a single Option value
- Inherited from
- OptionCreation
- Inherited from
- FutureCreation
- Inherited from
- FutureCreation
- Inherited from
- FutureCreation
- Inherited from
- FutureCreation
get the current state value and map it with a function f
get the current state value and map it with a function f
- Inherited from
- StateCreation
create a impure value from an union of effects and a continuation
create a impure value from an union of effects and a continuation
- Inherited from
- EffCreation
modify the environment using a Kleisli[F, T, *]
modify the environment using a Kleisli[F, T, *]
- Inherited from
- ReaderCreation
create an Either effect from a single Option value
create an Either effect from a single Option value
- Inherited from
- EitherCreation
- Inherited from
- EffCreation
- Inherited from
- FutureCreation
create an Eff[R, A] value from an effectful value of type T[V] provided that T is one of the effects of R
create an Eff[R, A] value from an effectful value of type T[V] provided that T is one of the effects of R
- Inherited from
- EffCreation
use the applicative instance of Eff to sequence a list of values
use the applicative instance of Eff to sequence a list of values
- Inherited from
- EffCreation
create a list effect from a single value
create a list effect from a single value
- Inherited from
- ListCreation
use the applicative instance of Eff to traverse a list of values
use the applicative instance of Eff to traverse a list of values
- Inherited from
- EffCreation
check a correct condition
check a correct condition
- Inherited from
- ValidateCreation
create an Validate effect from a single Either value
create an Validate effect from a single Either value
- Inherited from
- ValidateCreation
create an Validate effect from a single Ior value
create an Validate effect from a single Ior value
- Inherited from
- ValidateCreation
create an Validate effect from a single Option value
create an Validate effect from a single Option value
- Inherited from
- ValidateCreation
check a correct value
check a correct value
- Inherited from
- ValidateCreation
create a list effect from a list of values
create a list effect from a list of values
- Inherited from
- ListCreation
create a correct value with warning
create a correct value with warning
- Inherited from
- ValidateCreation
attach a clean-up action to the continuation (if any)
attach a clean-up action to the continuation (if any)
- Inherited from
- EffCreation