zio.prelude.scalaparallelcollections.HashInstances
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Derives a Hash[ParMap[A, B]] given a Hash[B]. Due to the limitations of Scala's ParMap, this uses object equality and hash code on the keys.
Derives a Hash[ParMap[A, B]] given a Hash[B]. Due to the limitations of Scala's ParMap, this uses object equality and hash code on the keys.
Attributes
Derives a Hash[ParSeq[A]] given a Hash[A].
Derives a Hash[ParSeq[A]] given a Hash[A].
Attributes