Packages

c

scala.tools.nsc.interpreter.Power

PrettifierClass

abstract class PrettifierClass[T] extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrettifierClass
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PrettifierClass()(implicit arg0: Prettifier[T])

Abstract Value Members

  1. abstract def value: Seq[T]

Concrete Value Members

  1. def >(): Unit
  2. def >!(): Unit
  3. def >>(implicit ord: Ordering[T]): Unit
  4. def freq[U](p: (T) ⇒ U): collection.immutable.List[(Int, U)]
  5. def pp(f: (Seq[T]) ⇒ Seq[T]): Unit
  6. val pretty: Prettifier[T]