Attributes
- Companion
- class
- Graph
-
- Supertypes
- Self type
-
ZNonEmptySet.type
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 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. Returns None if empty.
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. Returns None if empty.
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. Returns None if empty.
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. Returns None if empty.
Attributes
Constructs a set from the specified NonEmptyChunk. 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 NonEmptyChunk. 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 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
Constructs a NonEmptyMultiSet, where, by definition, each element is present exactly once. Returns None if empty.
Constructs a NonEmptyMultiSet, where, by definition, each element is present exactly once. Returns None if empty.
Attributes
Implicits
Implicits
Derives a Associative[ZNonEmptySet[A, B]] given a Associative[B].
Derives a Associative[ZNonEmptySet[A, B]] given a Associative[B].
Attributes
Derives a Commutative[ZNonEmptySet[A, B]] given a Commutative[B].
Derives a Commutative[ZNonEmptySet[A, B]] given a Commutative[B].
Attributes
The Covariant instance for ZNonEmptySet.
The Covariant instance for ZNonEmptySet.
Attributes
Derives a Debug[ZNonEmptySet[A, B]] given a Debug[A] and Debug[B].
Derives a Debug[ZNonEmptySet[A, B]] given a Debug[A] and Debug[B].
Attributes
The EqualF instance for ZNonEmptySet.
The EqualF instance for ZNonEmptySet.
Attributes
Derives an Equal[ZNonEmptySet[A, B]] given an Equal[B]. Due to the limitations of Scala's Map, this uses object equality on the keys.
Derives an Equal[ZNonEmptySet[A, B]] given an Equal[B]. Due to the limitations of Scala's Map, this uses object equality on the keys.
Attributes
The IdentityFlatten instance for ZNonEmptySet.
The IdentityFlatten instance for ZNonEmptySet.
Attributes
Derives a Hash[ZNonEmptySet[A, B]] given a Hash[B]. Due to the limitations of Scala's Map, this uses object equality on the keys.
Derives a Hash[ZNonEmptySet[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[ZNonEmptySet[A, B]] given a Idempotent[B].
Derives a Idempotent[ZNonEmptySet[A, B]] given a Idempotent[B].
Attributes
Provides an implicit conversion from NonEmptySet to the Set for interoperability with Scala's collection library.
Provides an implicit conversion from NonEmptySet to the Set for interoperability with Scala's collection library.
Attributes
Inherited implicits
Derives a PartialOrd[ZNonEmptySet[A, B]] given a PartialOrd[B]. Due to the limitations of Scala's Map, this uses object equality on the keys.
Derives a PartialOrd[ZNonEmptySet[A, B]] given a PartialOrd[B]. Due to the limitations of Scala's Map, this uses object equality on the keys.
Attributes
- Inherited from:
- LowPriorityZNonEmptySetImplicits