Attributes
Members list
Type members
Classlikes
An abstract shell used by { mutable, immutable }.Map but not by collection.Map because of variance issues.
An abstract shell used by { mutable, immutable }.Map but not by collection.Map because of variance issues.
Attributes
Inherited classlikes
Attributes
- Inherited from:
- ParMapFactory
- Supertypes
Value members
Concrete methods
The default combiner for ParMap
objects.
The default combiner for ParMap
objects.
Type parameters
- K
-
the type of the keys
- V
-
the type of the associated values
Attributes
Inherited methods
A collection of type ParMap
that contains given key/value bindings.
A collection of type ParMap
that contains given key/value bindings.
Type parameters
- K
-
the type of the keys
- V
-
the type of the associated values
Value parameters
- elems
-
the key/value pairs that make up the parallel map
Attributes
- Returns
-
a new parallel map consisting key/value pairs given by
elems
. - Inherited from:
- ParMapFactory
The default builder for ParMap
objects.
The default builder for ParMap
objects.
Type parameters
- K
-
the type of the keys
- V
-
the type of the associated values
Attributes
- Inherited from:
- ParMapFactory
Implicits
Implicits
Inherited implicits
Attributes
- Inherited from:
- GenericParMapCompanion