WriterCreation

org.atnos.eff.WriterCreation
See theWriterCreation companion object

Attributes

Companion:
object
Source:
WriterEffect.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object WriterCreation.type
object WriterEffect.type
object all.type
object create.type
object writer.type

Members list

Concise view

Value members

Concrete methods

def tell[R, O](o: O)(implicit member: MemberIn[[_] =>> Writer[O, _$1], R]): Eff[R, Unit]

write a given value

write a given value

Attributes

Source:
WriterEffect.scala