org.atnos.eff.WriterInterpretation$
See theWriterInterpretation companion trait
Attributes
- Companion:
- trait
- Source:
- WriterEffect.scala
- Graph
- Supertypes
- Self type
- WriterInterpretation.type
Members list
Concise view
Value members
Inherited methods
Attributes
- Inherited from:
- WriterInterpretation
- Source:
- WriterEffect.scala
Attributes
- Inherited from:
- WriterInterpretation
- Source:
- WriterEffect.scala
Attributes
- Inherited from:
- WriterInterpretation
- Source:
- WriterEffect.scala
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
- Inherited from:
- WriterInterpretation
- Source:
- WriterEffect.scala
Attributes
- Inherited from:
- WriterInterpretation
- 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
- Inherited from:
- WriterInterpretation
- Source:
- WriterEffect.scala
Attributes
- Inherited from:
- WriterInterpretation
- Source:
- WriterEffect.scala
Attributes
- Inherited from:
- WriterInterpretation
- Source:
- WriterEffect.scala
Run a side-effecting fold
Implicits
Inherited implicits
Attributes
- Inherited from:
- WriterInterpretation
- Source:
- WriterEffect.scala