ParSetFactory
scala.collection.generic.ParSetFactory
abstract class ParSetFactory[CC <: ([X] =>> ParSet[X] & ParSetLike[X, CC, CC[X], _] & GenericParTemplate[X, CC])] extends GenericParCompanion[CC]
Attributes
- Graph
-
- Supertypes
- Known subtypes
Members list
Type members
Classlikes
class GenericCanCombineFrom[B, A] extends CanCombineFrom[CC[B], A, CC[A]]
Attributes
- Supertypes
Value members
Abstract methods
The parallel builder for ParIterable
objects.
The parallel builder for ParIterable
objects.
Attributes
Concrete methods
The default builder for ParIterable
objects.
The default builder for ParIterable
objects.
Attributes
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
Implicits
Inherited implicits
Attributes
- Inherited from:
- GenericParCompanion
In this article