Attributes
- Companion
- class
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
NonEmptyMap.type
Members list
Value members
Concrete methods
Creates a NonEmptyMap with the specified elements.
Creates a NonEmptyMap with the specified elements.
Type parameters
- A
-
the type of the
NonEmptyMap's elements
Value parameters
- elem
-
an element of the created
NonEmptyMap - others
-
the remaining elements of the created
NonEmptyMap
Attributes
- Returns
-
a new
NonEmptyMapwith elementselemandothers
Constructs a NonEmptyMap from an element and Iterable.
Constructs a NonEmptyMap from an element and Iterable.
Attributes
Constructs a NonEmptyMap from an Iterable or None otherwise.
Constructs a NonEmptyMap from an Iterable or None otherwise.
Attributes
Constructs a NonEmptyMap from an element and Map.
Constructs a NonEmptyMap from an element and Map.
Attributes
Constructs a NonEmptyMap from a Map or None otherwise.
Constructs a NonEmptyMap from a Map or None otherwise.
Attributes
Constructs a NonEmptyMap from a NonEmptyChunk.
Constructs a NonEmptyMap from a NonEmptyChunk.
Attributes
Constructs a NonEmptyMap from a NonEmptyList.
Constructs a NonEmptyMap from a NonEmptyList.
Attributes
from a non-empty chunk we can create a non-empty map of non-empty chunks
from a non-empty chunk we can create a non-empty map of non-empty chunks
Attributes
from a non-empty list we can create a non-empty map of non-empty list
from a non-empty list we can create a non-empty map of non-empty list
Attributes
from a non-empty set we can create a non-empty map of non-empty sets
from a non-empty set we can create a non-empty map of non-empty sets
Attributes
GroupByOption function returns an option of a nonEmpty map instead of a map because by definition the elements will be non-empty - returns None if from is
GroupByOption function returns an option of a nonEmpty map instead of a map because by definition the elements will be non-empty - returns None if from is
Attributes
Constructs a NonEmptyMap with the specified single value.
Constructs a NonEmptyMap with the specified single value.
Attributes
Implicits
Implicits
Provides an implicit conversion from NonEmptyMap to the Map for interoperability with Scala's collection library.
Provides an implicit conversion from NonEmptyMap to the Map for interoperability with Scala's collection library.