ParSetFactory
abstract class ParSetFactory[CC <: ([X] =>> ParSet[X] & ParSetLike[X, CC, CC[X], _] & GenericParTemplate[X, CC])] extends GenericParCompanion[CC]
Type members
Classlikes
Value members
Abstract methods
Concrete methods
Inherited methods
Creates a $coll with the specified elements.
Creates a $coll with the specified elements.
- Type Params
- A
the type of the ${coll}'s elements
- Value Params
- elems
the elements of the created $coll
- 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 Params
- A
the type of the ${coll}'s elements
- Inherited from
- GenericParCompanion