- Companion:
- class
- Source:
- Equiv.scala
Type members
Classlikes
An object containing implicits which are not in the default scope.
An object containing implicits which are not in the default scope.
- Source:
- Equiv.scala
Value members
Concrete methods
Implicits
Implicits
Deprecated and Inherited implicits
- Deprecated
[Since version 2.13.0]
This implicit universal
Equiv
instance allows accidentally comparing instances of types for which equality isn't well-defined or implemented. (For example, it does not make sense to compare twoFunction1
instances.) UseEquiv.universal
explicitly instead. If you really want an implicit universalEquiv
instance despite the potential problems, considerimplicit def universalEquiv[T]: Equiv[T] = universal[T]
.- Inherited from:
- LowPriorityEquiv
- Source:
- Equiv.scala