Packages

object Printer extends FallbackPrinter

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Printer
  2. FallbackPrinter
  3. AnyRef
  4. 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. def apply[A](fn: (A, Int) => String): Printer[A]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def display[A](a: A, lines: Int = 20)(implicit printer: Printer[A]): Unit
  8. implicit val doublePrint: Printer[Double]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. implicit def eqTermPrint: Printer[EquationNode]
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. implicit def equationPrint: Printer[Equation]
  13. def exprView(expr: Expression): String
  14. implicit def fallbackPrinter[A]: Printer[A]
    Definition Classes
    FallbackPrinter
  15. implicit def fdPrint[A](implicit p: Printer[A]): Printer[FiniteDistribution[A]]
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. implicit def jsPrinter[U <: Value]: Printer[U]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. implicit def pairPrint[A, B](implicit p1: Printer[A], p2: Printer[B]): Printer[(A, B)]
  24. val pp: PPrinter
  25. def pretty[A](a: A, lines: Int = -1)(implicit printer: Printer[A]): Unit
  26. def simple[A](fn: (A) => String): Printer[A]
  27. implicit val strPrint: Printer[String]
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. implicit def termPrint[U <: Term]: Printer[U]
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. implicit def vecPrint[A](implicit p: Printer[A]): Printer[Vector[A]]
  32. def view[A](a: A, lines: Int = 20)(implicit printer: Printer[A]): String
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from FallbackPrinter

Inherited from AnyRef

Inherited from Any

Ungrouped