zio.prelude.scalaparallelcollections
Members list
Type members
Classlikes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Implicits
Inherited implicits
The AssociativeFlatten
instance for ParMap
The DeriveEqual
instance for ParMap
.
The ForEach
(and thus Covariant
and Invariant
) instance for ParMap
.
The ForEach
(and thus Covariant
and Invariant
) instance for ParMap
.
Attributes
- Inherited from:
- InvariantInstances
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
- Inherited from:
- HashInstances
Attributes
- Inherited from:
- Syntax
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.
Attributes
- Inherited from:
- EqualInstances
Derives an Equal[ParSeq[A]]
given an Equal[A]
.
The ForEach
(and thus Covariant
and Invariant
) instance for ParSeq
.
The ForEach
(and thus Covariant
and Invariant
) instance for ParSeq
.
Attributes
- Inherited from:
- InvariantInstances
Derives a Hash[ParSeq[A]]
given a Hash[A]
.
The IdentityFlatten
(and thus AssociativeFlatten
) instance for ParSeq
.
The IdentityFlatten
(and thus AssociativeFlatten
) instance for ParSeq
.
Attributes
- Inherited from:
- AssociativeFlattenInstances
Derives an Ord[ParSeq[A]]
given an Ord[A]
.
Derives an PartialOrd[ParSeq[A]]
given an PartialOrd[A]
.
Derives an PartialOrd[ParSeq[A]]
given an PartialOrd[A]
.
Attributes
- Inherited from:
- PartialOrdInstances
The DeriveEqual
instance for ParSet
.
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.
Attributes
- Inherited from:
- EqualInstances
The Invariant
instance for ParSet
The DeriveEqual
instance for ParSeq
.