org.atnos.eff.WriterInterpretation$
See theWriterInterpretation companion trait
object WriterInterpretation extends WriterInterpretation
Attributes
- Companion
- trait
- Source
- WriterEffect.scala
- Graph
-
- Supertypes
- Self type
-
WriterInterpretation.type
Members list
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
def runWriterUnsafe[R, U, O, A](w: Eff[R, A])(f: O => Unit)(implicit m: Aux[[_] =>> Writer[O, _$7], R, U]): Eff[U, A]
Run a side-effecting fold
Implicits
Inherited implicits
Attributes
- Inherited from:
- WriterInterpretation
- Source
- WriterEffect.scala
In this article