ParSetFactory

abstract class ParSetFactory[CC <: ([X] =>> ParSet[X] & ParSetLike[X, CC, CC[X], _] & GenericParTemplate[X, CC])] extends GenericParCompanion[CC]
class Object
trait Matchable
class Any
object ParSet
object ParHashSet
object ParSet
object ParHashSet
object ParSet

Type members

Classlikes

class GenericCanCombineFrom[B, A] extends CanCombineFrom[CC[B], A, CC[A]]

Value members

Abstract methods

def newCombiner[A]: Combiner[A, CC[A]]

Concrete methods

def newBuilder[A]: Combiner[A, CC[A]]

Inherited methods

def apply[A](elems: A*): CC[A]

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
def empty[A]: CC[A]

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

Implicits

Inherited implicits

implicit def toFactory[A]: Factory[A, CC[A]]
Inherited from
GenericParCompanion