abstract class ParSetFactory[CC[X] <: ParSet[X] with ParSetLike[X, CC, CC[X], _] with GenericParTemplate[X, CC]] extends GenericParCompanion[CC]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ParSetFactory
- GenericParCompanion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ParSetFactory()
Type Members
- class GenericCanCombineFrom[A] extends CanCombineFrom[CC[_], A, CC[A]]
Abstract Value Members
- abstract def newCombiner[A]: Combiner[A, CC[A]]
The parallel builder for
ParIterable
objects.The parallel builder for
ParIterable
objects.- Definition Classes
- ParSetFactory → GenericParCompanion
Concrete Value Members
- def apply[A](elems: A*): CC[A]
Creates a $coll with the specified elements.
Creates a $coll with the specified elements.
- A
the type of the ${coll}'s elements
- elems
the elements of the created $coll
- returns
a new $coll with elements
elems
- Definition Classes
- GenericParCompanion
- def empty[A]: CC[A]
An empty collection of type
ParIterable
[A]An empty collection of type
ParIterable
[A]- A
the type of the ${coll}'s elements
- Definition Classes
- GenericParCompanion
- def newBuilder[A]: Combiner[A, CC[A]]
The default builder for
ParIterable
objects.The default builder for
ParIterable
objects.- Definition Classes
- ParSetFactory → GenericParCompanion
- implicit def toFactory[A]: Factory[A, CC[A]]
- Definition Classes
- GenericParCompanion