org.atnos.eff.WriterEffect
See theWriterEffect companion object
Effect for logging values alongside computations
Compared to traditional Writer monad which accumulates values by default this effect can be interpreted in different ways:
- log values to the console or to a file as soon as they are produced
- accumulate values in a list
Attributes
- Companion:
- object
- Source:
- WriterEffect.scala
- Graph
- Supertypes
- Known subtypes
- object WriterEffect.typeobject all.type