create
Attributes
- Source
- all.scala
- Graph
-
- Supertypes
-
trait SafeCreationtrait SafeTypestrait EffCreationtrait MemoCreationtrait MemoTypestrait FutureCreationtrait FutureTypestrait ChooseCreationtrait ValidateCreationtrait EitherCreationtrait ListCreationtrait OptionCreationtrait EvalCreationtrait EvalTypestrait StateCreationtrait WriterCreationtrait ReaderCreationclass Objecttrait Matchableclass AnyShow all
- Self type
-
create.type
Members list
Type members
Inherited types
Attributes
- Inherited from:
- EitherCreation
- Source
- EitherCreation.scala
Attributes
- Inherited from:
- ChooseCreation
- Source
- ChooseCreation.scala
Attributes
- Inherited from:
- FutureTypes
- Source
- FutureTypes.scala
Attributes
- Inherited from:
- ListCreation
- Source
- ListCreation.scala
Attributes
- Inherited from:
- OptionCreation
- Source
- OptionCreation.scala
Attributes
- Inherited from:
- EitherCreation
- Source
- EitherCreation.scala
Attributes
- Inherited from:
- ChooseCreation
- Source
- ChooseCreation.scala
Attributes
- Inherited from:
- FutureTypes
- Source
- FutureTypes.scala
Attributes
- Inherited from:
- ListCreation
- Source
- ListCreation.scala
Attributes
- Inherited from:
- OptionCreation
- Source
- OptionCreation.scala
Attributes
- Inherited from:
- EitherCreation
- Source
- EitherCreation.scala
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
Attributes
- Inherited from:
- EffCreation
- Source
- EffCreation.scala
get the environment
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
Attributes
- Inherited from:
- EffCreation
- Source
- EffCreation.scala
create an Either effect from a value possibly throwing a Throwable
create an Either effect from a value possibly throwing a Throwable
Attributes
- Inherited from:
- EitherCreation
- Source
- EitherCreation.scala
Attributes
- Inherited from:
- ChooseCreation
- Source
- ChooseCreation.scala
use the internal effect as one of the stack effects
use the internal effect as one of the stack effects
Attributes
- Inherited from:
- EffCreation
- Source
- EffCreation.scala
create a correct value
Attributes
- Inherited from:
- EvalCreation
- Source
- EvalCreation.scala
Attributes
- Inherited from:
- EvalCreation
- Source
- EvalCreation.scala
create a list effect with no values
create a list effect with no values
Attributes
- Inherited from:
- ListCreation
- Source
- ListCreation.scala
Attributes
- Inherited from:
- SafeCreation
- Source
- SafeCreation.scala
Attributes
- Inherited from:
- SafeCreation
- Source
- SafeCreation.scala
Attributes
- Inherited from:
- SafeCreation
- Source
- SafeCreation.scala
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
Attributes
- Inherited from:
- EffCreation
- Source
- EffCreation.scala
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
Attributes
- Inherited from:
- EffCreation
- Source
- EffCreation.scala
create an Either effect from a value possibly throwing an exception
create an Either effect from a value possibly throwing an exception
Attributes
- Inherited from:
- EitherCreation
- Source
- EitherCreation.scala
create an Either effect from a single Either value
create an Either effect from a single Either value
Attributes
- Inherited from:
- EitherCreation
- Source
- EitherCreation.scala
Attributes
- Inherited from:
- FutureCreation
- Source
- FutureCreation.scala
Attributes
- Inherited from:
- FutureCreation
- Source
- FutureCreation.scala
create a list effect from a list of values
create a list effect from a list of values
Attributes
- Inherited from:
- ListCreation
- Source
- ListCreation.scala
create an Option effect from a single Option value
create an Option effect from a single Option value
Attributes
- Inherited from:
- OptionCreation
- Source
- OptionCreation.scala
Attributes
- Inherited from:
- FutureCreation
- Source
- FutureCreation.scala
Attributes
- Inherited from:
- FutureCreation
- Source
- FutureCreation.scala
Attributes
- Inherited from:
- FutureCreation
- Source
- FutureCreation.scala
Attributes
- Inherited from:
- FutureCreation
- Source
- FutureCreation.scala
Attributes
- Inherited from:
- FutureCreation
- Source
- FutureCreation.scala
get the current state value
Attributes
- Inherited from:
- MemoCreation
- Source
- MemoCreation.scala
get the current state value and map it with a function f
get the current state value and map it with a function f
Attributes
- Inherited from:
- StateCreation
- Source
- StateCreation.scala
create a delayed impure value
create a delayed impure value
create a impure value from an union of effects and a continuation
create a impure value from an union of effects and a continuation
Attributes
- Inherited from:
- EffCreation
- Source
- EffCreation.scala
create a failed value
modify the environment
modify the environment using a Kleisli[F, T, *]
modify the environment using a Kleisli[F, T, *]
Attributes
- Inherited from:
- ReaderCreation
- Source
- ReaderCreation.scala
Attributes
- Inherited from:
- MemoCreation
- Source
- MemoCreation.scala
modify the current state value
no value returned
Attributes
- Inherited from:
- EvalCreation
- Source
- EvalCreation.scala
create an Either effect from a single Option value
create an Either effect from a single Option value
Attributes
- Inherited from:
- EitherCreation
- Source
- EitherCreation.scala
Attributes
- Inherited from:
- ChooseCreation
- Source
- ChooseCreation.scala
Attributes
- Inherited from:
- SafeCreation
- Source
- SafeCreation.scala
create a pure value
store a new state value
Attributes
- Inherited from:
- EffCreation
- Source
- EffCreation.scala
Attributes
- Inherited from:
- FutureCreation
- Source
- FutureCreation.scala
create a correct value
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
Attributes
- Inherited from:
- EffCreation
- Source
- EffCreation.scala
use the applicative instance of Eff to sequence a list of values
use the applicative instance of Eff to sequence a list of values
Attributes
- Inherited from:
- EffCreation
- Source
- EffCreation.scala
create a list effect from a single value
create a list effect from a single value
Attributes
- Inherited from:
- ListCreation
- Source
- ListCreation.scala
a value is returned
write a given value
use the applicative instance of Eff to traverse a list of values
use the applicative instance of Eff to traverse a list of values
Attributes
- Inherited from:
- EffCreation
- Source
- EffCreation.scala
create an Eff value for ()
check a correct condition
create an Validate effect from a single Either value
create an Validate effect from a single Either value
Attributes
- Inherited from:
- ValidateCreation
- Source
- ValidateCreation.scala
create an Validate effect from a single Ior value
create an Validate effect from a single Ior value
Attributes
- Inherited from:
- ValidateCreation
- Source
- ValidateCreation.scala
create an Validate effect from a single Option value
create an Validate effect from a single Option value
Attributes
- Inherited from:
- ValidateCreation
- Source
- ValidateCreation.scala
check a correct value
create a list effect from a list of values
create a list effect from a list of values
Attributes
- Inherited from:
- ListCreation
- Source
- ListCreation.scala
Attributes
- Inherited from:
- FutureCreation
- Source
- FutureCreation.scala
create a correct value with warning
create a correct value with warning
Attributes
- Inherited from:
- ValidateCreation
- Source
- ValidateCreation.scala
create a pure warning
attach a clean-up action to the continuation (if any)
attach a clean-up action to the continuation (if any)
Attributes
- Inherited from:
- EffCreation
- Source
- EffCreation.scala
create a failed value
Attributes
- Inherited from:
- ChooseCreation
- Source
- ChooseCreation.scala