object Printer extends FallbackPrinter
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Printer
- FallbackPrinter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[A](fn: (A, Int) => String): Printer[A]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def display[A](a: A, lines: Int = 20)(implicit printer: Printer[A]): Unit
- implicit val doublePrint: Printer[Double]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- implicit def eqTermPrint: Printer[EquationNode]
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit def equationPrint: Printer[Equation]
- def exprView(expr: Expression): String
- implicit def fallbackPrinter[A]: Printer[A]
- Definition Classes
- FallbackPrinter
- implicit def fdPrint[A](implicit p: Printer[A]): Printer[FiniteDistribution[A]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def jsPrinter[U <: Value]: Printer[U]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit def pairPrint[A, B](implicit p1: Printer[A], p2: Printer[B]): Printer[(A, B)]
- val pp: PPrinter
- def pretty[A](a: A, lines: Int = -1)(implicit printer: Printer[A]): Unit
- def simple[A](fn: (A) => String): Printer[A]
- implicit val strPrint: Printer[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit def termPrint[U <: Term]: Printer[U]
- def toString(): String
- Definition Classes
- AnyRef → Any
- implicit def vecPrint[A](implicit p: Printer[A]): Printer[Vector[A]]
- def view[A](a: A, lines: Int = 20)(implicit printer: Printer[A]): String
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated