Packages

case class Topic(t: Seq[String]) extends Annotation with StaticAnnotation with Product with Serializable

A sequence of strings classifying the method breadcrumb style (e.g. Seq("Participant", "Diagnostics")). Used as headings in the displayed help.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Topic
  2. Serializable
  3. Product
  4. Equals
  5. StaticAnnotation
  6. Annotation
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Topic(t: Seq[String])

Value Members

  1. def productElementNames: Iterator[String]
    Definition Classes
    Product
  2. val t: Seq[String]
  3. def toString(): String
    Definition Classes
    Topic → AnyRef → Any