Attributes
- Companion
- class
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
NonEmptySet.type
Members list
Value members
Concrete methods
Creates a NonEmptySet with the specified elements.
Creates a NonEmptySet with the specified elements.
Type parameters
- A
-
the type of the
NonEmptySet's elements
Value parameters
- elem
-
an element of the created
NonEmptySet - others
-
the remaining elements of the created
NonEmptySet
Attributes
- Returns
-
a new
NonEmptySetwith elementselemandothers
Constructs a NonEmptySet from an element and Iterable.
Constructs a NonEmptySet from an element and Iterable.
Attributes
Constructs a NonEmptySet from an Iterable or None otherwise.
Constructs a NonEmptySet from an Iterable or None otherwise.
Attributes
Constructs a NonEmptyChunk from a NonEmptyList.
Constructs a NonEmptyChunk from a NonEmptyList.
Attributes
Constructs a NonEmptySet from a NonEmptyList.
Constructs a NonEmptySet from a NonEmptyList.
Attributes
Constructs a NonEmptySet from an element and Set.
Constructs a NonEmptySet from an element and Set.
Attributes
Constructs a NonEmptySet from a Set or None otherwise.
Constructs a NonEmptySet from a Set or None otherwise.
Attributes
Constructs a NonEmptySet with the specified single value.
Constructs a NonEmptySet with the specified single value.
Attributes
Creates a NonEmptySet containing elements from l and r
Creates a NonEmptySet containing elements from l and r
Attributes
Creates a NonEmptySet containing elements from l and r
Creates a NonEmptySet containing elements from l and r
Attributes
Implicits
Implicits
The CommutativeEither instance for NonEmptySet.
The CommutativeEither instance for NonEmptySet.
Attributes
The Commutative and Idempotent (and thus Associative) instance for NonEmptySet.
The Commutative and Idempotent (and thus Associative) instance for NonEmptySet.
Attributes
Derives a Debug[NonEmptySet[A]] given a Debug[A].
Derives a Debug[NonEmptySet[A]] given a Debug[A].
Attributes
The DeriveEqual instance for NonEmptySet.
The DeriveEqual instance for NonEmptySet.
Attributes
Derives a Hash[NonEmptySet[A]] and PartialOrd[NonEmptySet[A]] (and thus Equal[NonEmptyList[A]]) instance.
Derives a Hash[NonEmptySet[A]] and PartialOrd[NonEmptySet[A]] (and thus Equal[NonEmptyList[A]]) instance.
Attributes
The Invariant instance for NonEmptySet.
The Invariant instance for NonEmptySet.
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.