Packages

trait Label extends AnyRef

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

Abstract Value Members

  1. abstract def ===(value: String): LabelEquals

    Label must be equal to the given value

  2. abstract def in(values: String*): LabelIn

    Label must be equal to one of the given values

  3. abstract def notIn(values: String*): LabelNotIn

    Label must not be equal to any of the given values