Packages

package tree

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class Renderer extends AnyRef
  2. class Result extends AnyRef

    The intermediate return type of the pretty-print system: provides an iterator which produces the actual string output, as well as metadata around that output that is only available after the iterator is exhausted

  3. sealed trait Tree extends AnyRef
  4. class Truncated extends Iterator[String]

    Wraps an input iterator of Strings, and produces the same Strings but truncated once the wrapped-at-width text reaches beyond a certain height

Value Members

  1. object Renderer
  2. object Result
  3. object Tree
  4. object Util

Ungrouped