Ignore the output side of this Writer.
Ignore the write side of this Writer.
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.
(writerSyntax: StringAdd).self
(writerSyntax: StringFormat).self
(writerSyntax: ArrowAssoc[WriterSyntax[F, W, O]]).x
(Since version 2.10.0) Use leftOfArrow instead
(writerSyntax: Ensuring[WriterSyntax[F, W, O]]).x
(Since version 2.10.0) Use resultOfEnsuring instead
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.