Packages

implicit class extraDocOps extends Doc

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. extraDocOps
  2. Doc
  3. DocOps
  4. Function1
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new extraDocOps(d: PrettyPrinter.Doc)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def <%%>(e: PrettyPrinter.Doc): PrettyPrinter.Doc
    Definition Classes
    DocOps
  4. def <%>(e: PrettyPrinter.Doc): PrettyPrinter.Doc
    Definition Classes
    DocOps
  5. def <+>(e: PrettyPrinter.Doc): PrettyPrinter.Doc
    Definition Classes
    DocOps
  6. def </>(e: PrettyPrinter.Doc): PrettyPrinter.Doc
    Definition Classes
    DocOps
  7. def <>(e: PrettyPrinter.Doc): PrettyPrinter.Doc
    Definition Classes
    Doc → DocOps
  8. def <@>(e: PrettyPrinter.Doc): PrettyPrinter.Doc
    Definition Classes
    DocOps
  9. def <@@>(e: PrettyPrinter.Doc): PrettyPrinter.Doc
    Definition Classes
    DocOps
  10. def <\>(e: PrettyPrinter.Doc): PrettyPrinter.Doc
    Definition Classes
    DocOps
  11. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def ?<+>(cond: Boolean, other: ⇒ PrettyPrinter.Doc): PrettyPrinter.Doc
  13. def ?<>(cond: Boolean, other: ⇒ PrettyPrinter.Doc): PrettyPrinter.Doc
  14. def andThen[A](g: ((PrettyPrinter.TreeCont) ⇒ Trampoline[PrettyPrinter.TreeCont]) ⇒ A): (PrettyPrinter.IW) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  15. def apply(iw: PrettyPrinter.IW): (PrettyPrinter.TreeCont) ⇒ Trampoline[PrettyPrinter.TreeCont]
    Definition Classes
    Doc → Function1
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  18. def compose[A](g: (A) ⇒ PrettyPrinter.IW): (A) ⇒ (PrettyPrinter.TreeCont) ⇒ Trampoline[PrettyPrinter.TreeCont]
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. val f: PrettyPrinter.DocCont
    Definition Classes
    Doc
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from PrettyPrinter.Doc

Inherited from PrettyPrinter.DocOps

Inherited from (PrettyPrinter.IW) ⇒ (PrettyPrinter.TreeCont) ⇒ Trampoline[PrettyPrinter.TreeCont]

Inherited from AnyRef

Inherited from Any

Ungrouped