EqualInstances
zio.prelude.scalaparallelcollections.EqualInstances
trait EqualInstances
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article
Derives an PartialOrd[ParMap[A, B]] (and thus Equal[ParMap[A, B]]) given an Equal[B]. Due to the limitations of Scala's ParMap, this uses object equality on the keys.
Derives an PartialOrd[ParMap[A, B]] (and thus Equal[ParMap[A, B]]) given an Equal[B]. Due to the limitations of Scala's ParMap, this uses object equality on the keys.
Derives an Equal[ParSeq[A]] given an Equal[A].
Derives an Equal[ParSeq[A]] given an Equal[A].
PartialOrd and Hash (and thus also Equal) instance for ParSet[A] values. Due to the limitations of Scala's ParSet, this uses object equality and hash code on the elements.
PartialOrd and Hash (and thus also Equal) instance for ParSet[A] values. Due to the limitations of Scala's ParSet, this uses object equality and hash code on the elements.