Packages

final case class IsEq[A](lhs: A, rhs: A) extends Product with Serializable

From cats: Represents two values of the same type that are expected to be equal.

Source
IsEq.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IsEq
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new IsEq(lhs: A, rhs: A)

Value Members

  1. val lhs: A
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. val rhs: A