Companion object that facilitates the importing of TraversableEqualityConstraints
members as
an alternative to mixing it in. One use case is to import TraversableEqualityConstraints
members so you can use
them in the Scala interpreter.
- Companion:
- class
- Source:
- TraversableEqualityConstraints.scala
Implicits
Inherited implicits
Provides an equality constraint that allows two subtypes of scala.collection.GenMap
s to be compared for equality with ===
so long
as an EqualityConstraint
is available for both key types and both value types.
Provides an equality constraint that allows two subtypes of scala.collection.GenMap
s to be compared for equality with ===
so long
as an EqualityConstraint
is available for both key types and both value types.
- Inherited from:
- MapEqualityConstraints
- Source:
- MapEqualityConstraints.scala
Provides an equality constraint that allows two subtypes of scala.collection.GenSeq
s to be compared for equality with ===
so long
as an EqualityConstraint
is available for the element types.
Provides an equality constraint that allows two subtypes of scala.collection.GenSeq
s to be compared for equality with ===
so long
as an EqualityConstraint
is available for the element types.
- Inherited from:
- SeqEqualityConstraints
- Source:
- SeqEqualityConstraints.scala
Provides an equality constraint that allows two subtypes of scala.collection.GenSet
s to be compared for equality with ===
so long
as an EqualityConstraint
is available for the element types.
Provides an equality constraint that allows two subtypes of scala.collection.GenSet
s to be compared for equality with ===
so long
as an EqualityConstraint
is available for the element types.
- Inherited from:
- SetEqualityConstraints
- Source:
- SetEqualityConstraints.scala