ExtraImplicits

class Object
trait Matchable
class Any
object Implicits

Implicits

Implicits

implicit def seqEquiv[CC <: ([X] =>> Seq[X]), T](eqv: Equiv[T]): Equiv[CC[T]]

Not in the standard scope due to the potential for divergence: For instance implicitly[Equiv[Any]] diverges in its presence.

Not in the standard scope due to the potential for divergence: For instance implicitly[Equiv[Any]] diverges in its presence.

implicit def sortedSetEquiv[CC <: ([X] =>> SortedSet[X]), T](eqv: Equiv[T]): Equiv[CC[T]]