TuplePrinterOps

zio.parser.`package`.TuplePrinterOps
implicit class TuplePrinterOps[Err, Out, Value <: Product](self: Printer[Err, Out, Value])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def from[Value2](implicit conversion: TupleConversion[Value2, Value]): Printer[Err, Out, Value2]

Transforms the printer's input from a given case class for a tuple printer

Transforms the printer's input from a given case class for a tuple printer

Attributes