ParSetFactory

scala.collection.generic.ParSetFactory
abstract class ParSetFactory[CC <: ([X] =>> ParSet[X] & ParSetLike[X, CC, CC[X], _] & GenericParTemplate[X, CC])] extends GenericParCompanion[CC]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ParHashSet
object ParSet
object ParHashSet
object ParSet
object ParSet

Members list

Type members

Classlikes

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

Attributes

Supertypes
trait CanCombineFrom[CC[B], A, CC[A]]
trait Parallel
class Object
trait Matchable
class Any

Value members

Abstract methods

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

The parallel builder for ParIterable objects.

The parallel builder for ParIterable objects.

Attributes

Concrete methods

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

The default builder for ParIterable objects.

The default builder for ParIterable objects.

Attributes

Inherited methods

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

Creates a $coll with the specified elements.

Creates a $coll with the specified elements.

Type parameters

A

the type of the ${coll}'s elements

Value parameters

elems

the elements of the created $coll

Attributes

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 parameters

A

the type of the ${coll}'s elements

Attributes

Inherited from:
GenericParCompanion

Implicits

Inherited implicits

implicit def toFactory[A]: Factory[A, CC[A]]

Attributes

Inherited from:
GenericParCompanion