The Commutative
and Idempotent
(and thus Associative
) instance for NonEmptySortedSet
.
Derives a Debug[NonEmptySortedSet[A]]
given a Debug[A]
.
The DeriveEqual
instance for NonEmptySortedSet
.
Derives a Hash[NonEmptySortedSet[A]]
and PartialOrd[NonEmptySortedSet[A]]
(and thus Equal[NonEmptyList[A]]
) instance.
Constructs a NonEmptySortedSet
from an Iterable
or None
otherwise.
Constructs a NonEmptyChunk
from a NonEmptyList
.
Constructs a NonEmptySortedSet
from a NonEmptyList
.
Constructs a NonEmptySortedSet
from an element and SortedSet
.
Constructs a NonEmptySortedSet
from a SortedSet
or None
otherwise.
Constructs a NonEmptySortedSet
with the specified single value.
Provides an implicit conversion from NonEmptySortedSet
to the Set
for interoperability with Scala's collection library.
Creates a NonEmptySortedSet
containing elements from l
and r
Creates a NonEmptySortedSet
containing elements from l
and r