Package

com.github.andyglow

tree

Permalink

package tree

Visibility
  1. Public
  2. All

Type Members

  1. class Renderer extends AnyRef

    Permalink
  2. class Result extends AnyRef

    Permalink

    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

    Permalink
  4. class Truncated extends Iterator[String]

    Permalink

    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

    Permalink
  2. object Result

    Permalink
  3. object Tree

    Permalink
  4. object Util

    Permalink

Ungrouped