SchematicPretty

Companion:
class

Value members

Inherited methods

Inherited from:
SchematicPretty
def bijection[A, B](f: Printer, to: A => B, from: B => A): PrettyRepr[B]
Inherited from:
SchematicPretty
Inherited from:
SchematicPretty
Inherited from:
SchematicPretty
Inherited from:
SchematicPretty
Inherited from:
SchematicPretty
def enumeration[A](to: A => (String, Int), fromName: Map[String, A], fromOrdinal: Map[Int, A]): Printer
Inherited from:
SchematicPretty
Inherited from:
SchematicPretty
Inherited from:
SchematicPretty
Inherited from:
SchematicPretty
def list[S](fs: Printer): Printer
Inherited from:
SchematicPretty
Inherited from:
SchematicPretty
Inherited from:
SchematicPretty
def map[K, V](fk: Printer, fv: Printer): Printer
Inherited from:
SchematicPretty
def set[S](fs: Printer): Printer
Inherited from:
SchematicPretty
Inherited from:
SchematicPretty
Inherited from:
SchematicPretty
def struct[S](list: Vector[Field[PrettyRepr, S, _]])(f: Vector[Any] => S): Printer
Inherited from:
SchematicPretty
def suspend[A](f: => Printer): Printer
Inherited from:
SchematicPretty
Inherited from:
SchematicPretty
def union[S](first: Alt[PrettyRepr, S, _], rest: Vector[Alt[PrettyRepr, S, _]])(total: S => WithValue[PrettyRepr, S, _]): Printer
Inherited from:
SchematicPretty
override def unit: Printer
Definition Classes
Inherited from:
SchematicPretty
Inherited from:
SchematicPretty
def vector[S](fs: Printer): Printer
Inherited from:
SchematicPretty