Document

object Document
Companion:
class
Source:
Document.scala
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

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

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

Source:
Document.scala

The empty document

The empty document

Source:
Document.scala

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

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

Source:
Document.scala
def nest(i: Int, d: Document): Document

A nested document, which will be indented as specified.

A nested document, which will be indented as specified.

Source:
Document.scala
def text(s: String): Document

A document consisting of some text literal

A document consisting of some text literal

Source:
Document.scala