Implicits

object Implicits extends ExtraImplicits

An object containing implicits which are not in the default scope.

An object containing implicits which are not in the default scope.

class Object
trait Matchable
class Any

Implicits

Inherited 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.

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