Package scala.text

package text

Type Members

case class DocCons(hd: Document, tl: Document) extends Document with Product with Serializable

Annotations
@deprecated
Deprecated

(Since version 2.11.0) this class will be removed

case class DocGroup(doc: Document) extends Document with Product with Serializable

Annotations
@deprecated
Deprecated

(Since version 2.11.0) this class will be removed

case class DocNest(indent: Int, doc: Document) extends Document with Product with Serializable

Annotations
@deprecated
Deprecated

(Since version 2.11.0) this class will be removed

case class DocText(txt: String) extends Document with Product with Serializable

Annotations
@deprecated
Deprecated

(Since version 2.11.0) this class will be removed

abstract class Document extends AnyRef

A basic pretty-printing library, based on Lindig's strict version of Wadler's adaptation of Hughes' pretty-printer.

Annotations
@deprecated
Deprecated

(Since version 2.11.0) this class will be removed

Version

1.0

© 2002-2019 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://www.scala-lang.org/api/2.12.9/scala/text/index.html