IsEq

final case class IsEq[A](lhs: A, rhs: A)

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

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

Companion
object
Source
IsEq.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product