scala.collection.parallel.mutable.ParSet
See theParSet companion trait
object ParSet extends ParSetFactory[ParSet]
This object provides a set of operations needed to create ParIterable
values.
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class ParSetFactory[ParSet]trait GenericParCompanion[ParSet]class Objecttrait Matchableclass Any
- Self type
-
ParSet.type
Members list
Type members
Inherited classlikes
class GenericCanCombineFrom[B, A] extends CanCombineFrom[CC[B], A, CC[A]]
Attributes
- Inherited from:
- ParSetFactory
- Supertypes
Value members
Concrete methods
The default builder for mutable.ParSet
objects.
The default builder for mutable.ParSet
objects.
Attributes
- Definition Classes
The parallel builder for mutable.ParSet
objects.
The parallel builder for mutable.ParSet
objects.
Attributes
- Definition Classes
Inherited methods
Creates a $coll with the specified elements.
Creates a $coll with the specified elements.
Type parameters
- A
-
the type of the ${coll}'s elements
Value parameters
- elems
-
the elements of the created $coll
Attributes
- Returns
-
a new $coll with elements
elems
- Inherited from:
- GenericParCompanion
An empty collection of type ``ParIterable[A]
An empty collection of type ``ParIterable[A]
Type parameters
- A
-
the type of the ${coll}'s elements
Attributes
- Inherited from:
- GenericParCompanion
In this article