Packages

sealed trait Repr extends AnyRef

A Repr is a structured representation of a value of that can be rendered into various human readbale formats.

Self Type
Repr
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Repr
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def render: String

    Render the Repr to a human readable format using the Simple renderer.

  2. def render(renderer: Renderer): String

    Render the Repr to a human readable format using the specified Renderer.