Scala Library: scala.text
scala.text
Deprecated Value Members
object DocBreak extends Document with Product with Serializable
- Annotations
- @ deprecated
- Deprecated
- (Since version 2.11.0) This object will be removed.
- Source
object DocNil extends Document with Product with Serializable
- Annotations
- @ deprecated
- Deprecated
- (Since version 2.11.0) This object will be removed.
- Source
object Document
- Annotations
- @ deprecated
- Deprecated
- (Since version 2.11.0) This object will be removed.
- Source
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.
- Source
case class DocGroup(doc: Document) extends Document with Product with Serializable
- Annotations
- @ deprecated
- Deprecated
- (Since version 2.11.0) This class will be removed.
- Source
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.
- Source
case class DocText(txt: String) extends Document with Product with Serializable
- Annotations
- @ deprecated
- Deprecated
- (Since version 2.11.0) This class will be removed.
- Source
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.
- Source
- Version
- 1.0
Full Source:
Interested in Scala?
I send out weekly, personalized emails with articles and conference talks.
Subscribe now.