Object/Class

optparse_applicative.types

Doc

Related Docs: class Doc | package types

Permalink

object Doc

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

Type Members

  1. type Cont = (IW) ⇒ (TreeCont) ⇒ Trampoline[TreeCont]

    Permalink
  2. type Dq = Queue[(Position, OutGroup)]

    Permalink
  3. type Horizontal = Boolean

    Permalink
  4. type IW = (Indent, Width)

    Permalink
  5. type Indent = Int

    Permalink
  6. type Layout = String

    Permalink
  7. type Out = (Remaining) ⇒ Trampoline[Layout]

    Permalink
  8. type OutGroup = (Horizontal) ⇒ (Out) ⇒ Trampoline[Out]

    Permalink
  9. type Position = Int

    Permalink
  10. type Remaining = Int

    Permalink
  11. type TreeCont = (Position, Dq) ⇒ Trampoline[Out]

    Permalink
  12. type Width = Int

    Permalink

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. final val Empty: Doc

    Permalink
  5. def align(d: Doc): Doc

    Permalink
  6. def append(d1: Doc, d2: Doc): Doc

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def char(c: Char): Doc

    Permalink
  9. def clone(): AnyRef

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

    Permalink
  11. implicit val docMonoid: Monoid[Doc]

    Permalink
  12. def enclose(left: Doc, d: Doc, right: Doc): Doc

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def fillBreak(requestedWidth: Int, d: Doc): Doc

    Permalink

    Append spaces to d until it's requestedSpaces.

    Append spaces to d until it's requestedSpaces. If d is already wide enough, increase nesting and add a line break.

  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def foldDoc(docs: Seq[Doc])(f: (Doc, Doc) ⇒ Doc): Doc

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def group(d: Doc): Doc

    Permalink
  20. def hang(d: Doc, i: Indent): Doc

    Permalink
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. def hsep(docs: List[Doc]): Doc

    Permalink
  23. def indent(i: Indent, d: Doc): Doc

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def leave(cont: TreeCont): TreeCont

    Permalink
  26. def line: Doc

    Permalink
  27. def linebreak: Doc

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

    Permalink
    Definition Classes
    AnyRef
  29. def nest(j: Indent, d: Doc): Doc

    Permalink
  30. def nesting(f: (Int) ⇒ Doc): Doc

    Permalink
  31. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  33. def output(o: Out, r: Remaining, s: String): Trampoline[String]

    Permalink
  34. def prettyRender(w: Width, doc: Doc): String

    Permalink
  35. def prune(cont1: TreeCont): TreeCont

    Permalink
  36. def scan(lengthOfText: Width, outGroup: OutGroup)(cont: TreeCont): Trampoline[TreeCont]

    Permalink
  37. def softLine: Doc

    Permalink

    Space if the resulting output fits on the line, otherwise it behaves like line.

  38. def space: Doc

    Permalink
  39. def spaces(n: Int): Doc

    Permalink
  40. def string(s: String): Doc

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

    Permalink
    Definition Classes
    AnyRef
  42. def text(s: String): Doc

    Permalink
  43. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  44. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def width(d: Doc, f: (Int) ⇒ Doc): Doc

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped