- 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
Equivinstance allows accidentally comparing instances of types for which equality isn't well-defined or implemented. (For example, it does not make sense to compare twoFunction1instances.) UseEquiv.universalexplicitly instead. If you really want an implicit universalEquivinstance despite the potential problems, considerimplicit def universalEquiv[T]: Equiv[T] = universal[T].- Inherited from:
- LowPriorityEquiv
- Source:
- Equiv.scala