Packages

trait Explainer extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Explainer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Concrete Value Members

  1. def apply(s: ⇒ String, c: Seq[() ⇒ String]): Explainer
  2. def apply(s: ⇒ String): Explainer
  3. def popLevel(s: ⇒ String): Explainer
  4. def popLevel(): Explainer
  5. def pushLevel(s: ⇒ String): Explainer
  6. def pushLevel(): Explainer