scala.collection.generic.ParMapFactory
abstract class ParMapFactory [CC <: ([X , Y ] =>> ParMap [X , Y ] & ParMapLike [X , Y , CC , CC [X , Y ], Sequential [X , Y ]]), Sequential <: ([X , Y ] =>> Map [X , Y ] & MapOps [X , Y , Sequential , Sequential [X , Y ]])] extends GenericParMapCompanion [CC ]
A template class for companion objects of ParMap
and subclasses thereof. This class extends TraversableFactory
and provides a set of operations to create $Coll
objects.
Attributes
Graph
Reset zoom Hide graph Show graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Members list
Attributes
Supertypes
class Object
trait Matchable
class Any
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
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
.
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