A template class for companion objects of parallel collection classes.
They should be mixed in together with GenericCompanion
type.
A template class for companion objects of parallel collection classes.
They should be mixed in together with GenericCompanion
type.
- Companion
- object
class Object
trait Matchable
class Any
class ParFactory[CC]
object ParIterable
object ParSeq
object ParIterable
object ParSeq
object ParVector
object ParArray
object ParIterable
object ParSeq
class ParSetFactory[CC]
object ParSet
object ParHashSet
object ParSet
object ParHashSet
object ParSet
Value members
Abstract methods
Concrete 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