eq

cats.syntax.`package`.eq
object eq extends EqSyntax

Attributes

Source
package.scala
Graph
Supertypes
trait EqSyntax
class Object
trait Matchable
class Any
Self type
eq.type

Members list

Implicits

Inherited implicits

implicit def catsSyntaxEq[A : Eq](a: A): EqOps[A]

not final so it can be disabled in favor of scalactic equality in tests

not final so it can be disabled in favor of scalactic equality in tests

Attributes

Inherited from:
EqSyntax
Source
eq.scala