Implicits

scala.math.Equiv.Implicits
object Implicits extends ExtraImplicits

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Implicits.type

Members list

Implicits

Inherited implicits

implicit def seqEquiv[CC <: (Seq), T](implicit 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.

Attributes

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

Attributes

Inherited from:
ExtraImplicits