DocCons

fetch.document.DocCons
case class DocCons(hd: Document, tl: Document) extends Document

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Document
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def :-:(hd: String): Document

Attributes

Inherited from:
Document

Attributes

Inherited from:
Document
def :/:(hd: String): Document

Attributes

Inherited from:
Document

Attributes

Inherited from:
Document
def format(width: Int, writer: Writer): Unit

Format this document on writer and try to set line breaks so that the result fits in width columns.

Format this document on writer and try to set line breaks so that the result fits in width columns.

Attributes

Inherited from:
Document
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product