Attributes
Members list
Value members
Concrete methods
Constructs a set with the specified elements.
Constructs a set with the specified elements.
Attributes
Constructs a set from the specified Iterable. The measure of how many times a value occurs in the set will be an integer representing how many times the value occurred in the specified Iterable.
Constructs a set from the specified Iterable. The measure of how many times a value occurs in the set will be an integer representing how many times the value occurred in the specified Iterable.
Attributes
Constructs a set from the specified Map. The values will be the keys in the Map and the measure of how many times a value occurs will be the keys value.
Constructs a set from the specified Map. The values will be the keys in the Map and the measure of how many times a value occurs will be the keys value.
Attributes
Constructs a set from the specified Set. The measure of how many times a value occurs in the set will be a boolean representing whether a value occurs at all.
Constructs a set from the specified Set. The measure of how many times a value occurs in the set will be a boolean representing whether a value occurs at all.
Attributes
Implicits
Implicits
The ForEach instance for MultiSet.
The ForEach instance for MultiSet.
Attributes
Derives a Commutative[ZSet[A, B]] given a Commutative[B].
Derives a Commutative[ZSet[A, B]] given a Commutative[B].
Attributes
The Covariant instance for ZSet.
The Covariant instance for ZSet.
Attributes
Derives a Debug[ZSet[A, B]] given a Debug[A] and Debug[B].
Derives a Debug[ZSet[A, B]] given a Debug[A] and Debug[B].
Attributes
The EqualF instance for ZSet.
The EqualF instance for ZSet.
Attributes
Derives an Equal[ZSet[A, B]] given an Equal[B]. Due to the limitations of Scala's Map, this uses object equality on the keys.
Derives an Equal[ZSet[A, B]] given an Equal[B]. Due to the limitations of Scala's Map, this uses object equality on the keys.
Attributes
Derives a Hash[ZSet[A, B]] given a Hash[B]. Due to the limitations of Scala's Map, this uses object equality on the keys.
Derives a Hash[ZSet[A, B]] given a Hash[B]. Due to the limitations of Scala's Map, this uses object equality on the keys.
Attributes
Derives a Idempotent[ZSet[A, B]] given a Idempotent[B].
Derives a Idempotent[ZSet[A, B]] given a Idempotent[B].
Attributes
Derives a Identity[ZSet[A, B]] given a Identity[B].
Derives a Identity[ZSet[A, B]] given a Identity[B].
Attributes
The IdentityFlatten instance for ZSet.
The IdentityFlatten instance for ZSet.
Attributes
Inherited implicits
Derives a PartialOrd[ZSet[A, B]] given a PartialOrd[B]. Due to the limitations of Scala's Map, this uses object equality on the keys.
Derives a PartialOrd[ZSet[A, B]] given a PartialOrd[B]. Due to the limitations of Scala's Map, this uses object equality on the keys.
Attributes
- Inherited from:
- LowPriorityZSetImplicits