Packages

  • package root
    Definition Classes
    root
  • package pprint

    Contains a convenient default pre-configured PPrinter.

    Contains a convenient default pre-configured PPrinter.

    Hard-coded and inflexible, but feel free to instantiate your own PPrint if you want to customize it.

    Definition Classes
    root
  • object PPrinter extends Serializable
    Definition Classes
    pprint
  • BlackWhite
  • Color

object Color extends PPrinter

Linear Supertypes
PPrinter, Serializable, Product, Equals, Walker, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Color
  2. PPrinter
  3. Serializable
  4. Product
  5. Equals
  6. Walker
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val additionalHandlers: PartialFunction[Any, Tree]
    Definition Classes
    PPrinterWalker
  5. def apply(x: Any, width: Int = defaultWidth, height: Int = defaultHeight, indent: Int = defaultIndent, initialOffset: Int = 0, escapeUnicode: Boolean = defaultEscapeUnicode, showFieldNames: Boolean = defaultShowFieldNames): Str

    Converts an Any into a large colored fansi.Str

    Converts an Any into a large colored fansi.Str

    Definition Classes
    PPrinter
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. val colorApplyPrefix: Attrs
    Definition Classes
    PPrinter
  9. val colorLiteral: Attrs
    Definition Classes
    PPrinter
  10. val defaultEscapeUnicode: Boolean
    Definition Classes
    PPrinter
  11. val defaultHeight: Int
    Definition Classes
    PPrinter
  12. val defaultIndent: Int
    Definition Classes
    PPrinter
  13. val defaultShowFieldNames: Boolean
    Definition Classes
    PPrinter
  14. val defaultWidth: Int
    Definition Classes
    PPrinter
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def log[T](x: Text[T], tag: String = "", width: Int = defaultWidth, height: Int = defaultHeight, indent: Int = defaultIndent, escapeUnicode: Boolean = defaultEscapeUnicode, showFieldNames: Boolean = defaultShowFieldNames)(implicit line: Line, fileName: FileName): T

    Logs a given value to stdout with some metadata to identify where the log message came from.

    Logs a given value to stdout with some metadata to identify where the log message came from. Hard-coded and not very flexible, but you can easily implement your own log method if you want to customize it further.

    Definition Classes
    PPrinter
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def pprintln[T](x: T, width: Int = defaultWidth, height: Int = defaultHeight, indent: Int = defaultIndent, initialOffset: Int = 0, escapeUnicode: Boolean = defaultEscapeUnicode, showFieldNames: Boolean = defaultShowFieldNames): Unit

    Converts an Any into a large colored fansi.Str

    Converts an Any into a large colored fansi.Str

    Definition Classes
    PPrinter
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def tokenize(x: Any, width: Int = defaultWidth, height: Int = defaultHeight, indent: Int = defaultIndent, initialOffset: Int = 0, escapeUnicode: Boolean = defaultEscapeUnicode, showFieldNames: Boolean = defaultShowFieldNames): Iterator[Str]

    Converts an Any into an iterator of colored chunks, wrapped at a certain width and truncated at a certain height

    Converts an Any into an iterator of colored chunks, wrapped at a certain width and truncated at a certain height

    Definition Classes
    PPrinter
  27. def treeify(x: Any, escapeUnicode: Boolean, showFieldNames: Boolean): Tree
    Definition Classes
    Walker
  28. val tuplePrefix: String
    Definition Classes
    Walker
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. object err
    Definition Classes
    PPrinter

Inherited from PPrinter

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Walker

Inherited from AnyRef

Inherited from Any

Ungrouped