writer
org.atnos.eff.writer
object writer extends WriterCreation, WriterInterpretation
Attributes
- Source
- writer.scala
- Graph
-
- Supertypes
- Self type
-
writer.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
write a given value
Givens
Inherited givens
Attributes
- Inherited from:
- WriterInterpretation
- Source
- WriterInterpretation.scala
In this article