Packages

case class UnequalElem(label: String, details: List[Detail]) extends NodeDetail with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, NodeDetail, Detail, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnequalElem
  2. Serializable
  3. Product
  4. Equals
  5. NodeDetail
  6. Detail
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UnequalElem(label: String, details: List[Detail])

Value Members

  1. val details: List[Detail]
  2. def errorMessage: String
    Definition Classes
    UnequalElemDetail
  3. val label: String
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product