scalaparsers

Document

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
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def Ordinal(n: Int, singular: Document, plural: Document): Document

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def break: DocBreak

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

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

  10. def clone(): AnyRef

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

  12. def empty: DocNil.type

    The empty document

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

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

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

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

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

  18. def finalize(): Unit

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

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

  21. final def getClass(): Class[_]

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

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

  23. def hardline: DocNewline.type

    A document which always turns into a new line

  24. def hashCode(): Int

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

  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def line: DocBreak

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

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

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

    A nested document, which will be indented as specified.

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

  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

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

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

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

  36. def softbreak: Document

  37. def softline: Document

  38. def space: DocText

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

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

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

    A document consisting of some text literal

  42. def toString(): String

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

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

  45. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped