case class Identical[T](value: T) extends DiffResult with Product with Serializable

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

Instance Constructors

  1. new Identical(value: T)

Value Members

  1. def isIdentical: Boolean
    Definition Classes
    IdenticalDiffResult
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. def show: String
    Definition Classes
    DiffResult
  4. def showIndented(indent: Int): String
    Definition Classes
    IdenticalDiffResult
  5. val value: T