org.atnos.eff.ReaderEffect
See theReaderEffect companion object Effect for computations depending on an environment.
The inside datatype for this effect is cats.data.Reader
Attributes
- Companion:
- object
- Source:
- ReaderEffect.scala
- Graph
- Supertypes
class Object
trait Matchable
class Any
- Known subtypes
Members list
Concise view
Value members
modify the environment using a Kleisli[F, T, *]
Update the read value, the stack of the Eff computation stays the same
interpret the Kleisli effect by providing an environment when required and translating the
resulting target effect into the same stack
interpret the Kleisli effect by providing an environment when required and translating the
resulting target effect into the same stack
Attributes
- Inherited from:
- ReaderInterpretation
- Source:
- ReaderEffect.scala
interpret the Reader effect by providing an environment when required
Interpret a Reader effect by using another Reader effect in the same stack
Modify the type of the read value