IsEq

cats.kernel.laws.IsEq
final case class IsEq[A](lhs: A, rhs: A)

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

Attributes

Source
IsEq.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product