Object/Class

scalaparsers

Document

Related Docs: class Document | package scalaparsers

Permalink

object Document

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Document
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def Ordinal(n: Int, singular: Document, plural: Document): Document

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def break: DocBreak

    Permalink

    A break, which will either be turned into a line break or an empty document

  7. def cat(xs: List[Document]): Document

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def column(f: (Int) ⇒ Document): Document

    Permalink
  10. def empty: DocNil.type

    Permalink

    The empty document

  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def fillCat[F[_]](z: F[Document])(implicit arg0: Foldable[F]): Document

    Permalink
  14. def fillSep[F[_]](z: F[Document])(implicit arg0: Foldable[F]): Document

    Permalink
  15. def fillSepl[F[_]](z: F[Document])(implicit arg0: Foldable[F]): Document

    Permalink
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def fold[F[_]](f: (Document, ⇒ Document) ⇒ Document)(z: F[Document])(implicit arg0: Foldable[F]): Document

    Permalink
  18. def foldl[F[_]](f: (Document, Document) ⇒ Document)(z: F[Document])(implicit arg0: Foldable[F]): Document

    Permalink
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def group(d: Document): Document

    Permalink

    A group, whose components will either be printed with all breaks rendered as spaces, or with all breaks rendered as line breaks.

  21. def hardline: DocNewline.type

    Permalink

    A document which always turns into a new line

  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hsep[F[_]](z: F[Document])(implicit arg0: Foldable[F]): Document

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def line: DocBreak

    Permalink

    A break, which will either be turned into a line break or a space

  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. def nest(i: Int, d: Document): Document

    Permalink

    A nested document, which will be indented as specified.

  28. def nesting(f: (Int) ⇒ Document): Document

    Permalink
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def ordinal(n: Int, singular: Document, plural: Document): Document

    Permalink
  32. def oxford(andOr: Document, xs: List[Document]): Document

    Permalink
  33. def punctuate(sep: Document, xs: List[Document]): List[Document]

    Permalink
  34. def softbreak: Document

    Permalink
  35. def softline: Document

    Permalink
  36. def space: DocText

    Permalink
  37. def spaces(writer: Writer, n: Int): Unit

    Permalink
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. implicit def text(s: String): Document

    Permalink

    A document consisting of some text literal

  40. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  41. def vcat[F[_]](z: F[Document])(implicit arg0: Foldable[F]): Document

    Permalink
  42. def vsep[F[_]](z: F[Document])(implicit arg0: Foldable[F]): Document

    Permalink
  43. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped