org.atnos.eff.WriterInterpretation
See theWriterInterpretation companion trait
object WriterInterpretation extends WriterInterpretation
Attributes
- Companion
- trait
- Source
- WriterInterpretation.scala
- Graph
-
- Supertypes
- Self type
-
WriterInterpretation.type
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- WriterInterpretation
- Source
- WriterInterpretation.scala
Attributes
- Inherited from:
- WriterInterpretation
- Source
- WriterInterpretation.scala
Attributes
- Inherited from:
- WriterInterpretation
- Source
- WriterInterpretation.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
- WriterInterpretation.scala
Attributes
- Inherited from:
- WriterInterpretation
- Source
- WriterInterpretation.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
- WriterInterpretation.scala
Attributes
- Inherited from:
- WriterInterpretation
- Source
- WriterInterpretation.scala
Attributes
- Inherited from:
- WriterInterpretation
- Source
- WriterInterpretation.scala
Run a side-effecting fold
Run a side-effecting fold
Attributes
- Inherited from:
- WriterInterpretation
- Source
- WriterInterpretation.scala
Givens
Inherited givens
Attributes
- Inherited from:
- WriterInterpretation
- Source
- WriterInterpretation.scala
In this article