org.atnos.eff.WriterEffect$
See theWriterEffect companion trait
Attributes
- Companion:
- trait
- Source:
- WriterEffect.scala
- Graph
- Supertypes
- trait WriterEffecttrait WriterInterpretationtrait WriterCreationclass Objecttrait Matchableclass Any
- Self type
- WriterEffect.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
write a given value
Implicits
Inherited implicits
Attributes
- Inherited from:
- WriterInterpretation
- Source:
- WriterEffect.scala