Packages

object Document

Annotations
@deprecated
Deprecated

(Since version 2.11.0) this object will be removed

Source
Document.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Document
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def break: DocBreak.type

    A break, which will either be turned into a space or a line break

  2. def empty: DocNil.type

    The empty document

  3. def group(d: Document): Document

    A group, whose components will either be printed with all breaks rendered as spaces, or with all breaks rendered as line breaks.

  4. def nest(i: Int, d: Document): Document

    A nested document, which will be indented as specified.

  5. def text(s: String): Document

    A document consisting of some text literal