Attributes
- Companion:
- object
- Source:
- StateEffect.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- trait StateEffectobject StateEffect.typeobject all.typeobject StateInterpretation.typeobject state.type
Members list
Value members
Concrete methods
run a state effect, with an initial value, return only the value
run a state effect, with a Monoidal state
run a state effect, with an initial value, return only the state
run a state effect, with a monoidal state, return only the state
General lifting of a state effect into another from one stack to another. This will require a type annotation
General lifting of a state effect into another from one stack to another. This will require a type annotation
Attributes
- Source:
- StateEffect.scala
Lift a computation over a "small" state (for a subsystem) into a computation over a "bigger" state (for the full application state)
Lift a computation over a "small" state (for a subsystem) into a computation over a "bigger" state (for the full application state)
Attributes
- Source:
- StateEffect.scala
Update the state value, the stack of the Eff computation stays the same
Update the state value, the stack of the Eff computation stays the same
Attributes
- Source:
- StateEffect.scala
run a state effect, with an initial value
run a state effect, with an initial value