Document

object Document
Companion
class
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
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

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

The empty document

The empty document

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.

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.

def text(s: String): Document

A document consisting of some text literal

A document consisting of some text literal