PartiallyAppliedWriterBuilder

smithy4s.codecs.Writer$.PartiallyAppliedWriterBuilder
final class PartiallyAppliedWriterBuilder[In](val dummy: Boolean) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def andThenK[Out, Out0](f: Out => Out0): PolyFunction[[_] =>> Writer[In, Out, _$7], [_] =>> Writer[In, Out0, _$8]]

Lifts an Output transformation as a higher-kinded function that operates on writers.

Lifts an Output transformation as a higher-kinded function that operates on writers.

Attributes

def andThenK_(f: In => In): PolyFunction[[_] =>> Writer[In, In, _$11], [_] =>> Writer[In, In, _$12]]

Lifts an Output transformation as a higher-kinded function that operates on writers.

Lifts an Output transformation as a higher-kinded function that operates on writers.

Attributes

def pipeDataK[Out](other: Writer[In, In, Out]): PolyFunction[[_] =>> Writer[In, Out, _$13], [_] =>> Writer[In, In, _$14]]

Lifts an piping transformation that connects the output channel of a writer to the data channel of another writer.

Lifts an piping transformation that connects the output channel of a writer to the data channel of another writer.

Attributes

Concrete fields

val dummy: Boolean