scala.text.DocCons
- Annotations
- Deprecated
- (Since version 2.11.0) This class will be removed.
- Source
Instance Constructors From scala.text.DocCons
new DocCons(hd: Document, tl: Document)
(defined at scala.text.DocCons)
Value Members From scala.text.DocCons
val hd: Document
(defined at scala.text.DocCons)
val tl: Document
(defined at scala.text.DocCons)
Value Members From scala.text.Document
def :/:(hd: Document): Document
(defined at scala.text.Document)
def :/:(hd: String): Document
(defined at scala.text.Document)
def ::(hd: Document): Document
(defined at scala.text.Document)
def ::(hd: String): Document
(defined at scala.text.Document)
Format this document on writer
and try to set line breaks so that the result
fits in width
columns.
- Definition Classes
- Document
(defined at scala.text.Document)
Full Source: