AppendableStringSink

Sink that appends strings to an Appendable, one line per emit.

Constructors

Link copied to clipboard
constructor(appendable: Appendable)

Functions

Link copied to clipboard
open suspend override fun emit(value: String)

Emits a value downstream. If this method throws, the exception should be propagated to the consumer.