PrinterImpl

zio.parser.internal.PrinterImpl
class PrinterImpl[Err, Out, Value](printer: Printer[Err, Out, Value])

Interpreter for Printer

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Classlikes

case class Cont(f: (Either[Any, Any]) => (ErasedPrinter, Any, Option[Cont]))

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Types

type ErasedPrinter = Printer[Any, Any, Any]

Value members

Concrete methods

def run(value: Value, output: Target[Out]): Either[Err, Unit]