org.atnos.eff.WriterEffect
See theWriterEffect companion trait
object WriterEffect extends WriterEffect
Attributes
- Companion
- trait
- Source
- WriterEffect.scala
- Graph
-
- Supertypes
-
trait WriterEffecttrait WriterInterpretationtrait WriterCreationclass Objecttrait Matchableclass AnyShow all
- Self type
-
WriterEffect.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