IsEq

monocle.internal.IsEq
See theIsEq companion object
final case class IsEq[A](lhs: A, rhs: A)

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

Attributes

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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product