- Companion
- class
class ParSetFactory[[T] =>> ParSet[T]]
trait GenericParCompanion[[T] =>> ParSet[T]]
class Object
trait Matchable
class Any
Type members
Inherited classlikes
Value members
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