org.atnos.eff.WriterInterpretation
See theWriterInterpretation companion object Attributes
- Companion:
- object
- Source:
- WriterEffect.scala
- Graph
- Supertypes
class Object
trait Matchable
class Any
- Known subtypes
Members list
Concise view
Value members
run a writer effect and return the list of written values
run a writer effect and return the list of written values
This uses a ListBuffer internally to append values
Attributes
- Source:
- WriterEffect.scala
More general fold of runWriter where we can use a fold to accumulate values in a mutable buffer
More general fold of runWriter where we can use a fold to accumulate values in a mutable buffer
Attributes
- Source:
- WriterEffect.scala
Run a side-effecting fold