Observe the output side of this Writer using the
given Sink, then discard it. Also see observeW.
Observe the write side of this Writer using the
given Sink, then discard it.
Observe the write side of this Writer using the
given Sink, then discard it. Also see observeW.
Transform the write side of this Writer.
Map over the output side of this Writer.
Map over the write side of this Writer.
Observe the output side of this Writer using the
given Sink, keeping it available for subsequent
processing.
Observe the output side of this Writer using the
given Sink, keeping it available for subsequent
processing. Also see drainO.
Observe the write side of this Writer using the
given Sink, keeping it available for subsequent
processing.
Observe the write side of this Writer using the
given Sink, keeping it available for subsequent
processing. Also see drainW.
Pipe output side of this Writer
Pipe write side of this Writer
Remove the output side of this Writer.
Remove the write side of this Writer.
Infix syntax for working with
Writer[F,W,O]. We call theWparameter the 'write' side of theWriterandOthe 'output' side. Many method in this class end with eitherWorO, depending on what side they operate on.