ParSet

scala.collection.parallel.mutable.ParSet
See theParSet companion trait
object ParSet extends ParSetFactory[ParSet]

This object provides a set of operations needed to create ParIterable values.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ParSet.type

Members list

Type members

Inherited classlikes

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

Attributes

Inherited from:
ParSetFactory
Supertypes
trait CanCombineFrom[CC[B], A, CC[A]]
trait Parallel
class Object
trait Matchable
class Any

Value members

Concrete methods

override def newBuilder[T]: Combiner[T, ParSet[T]]

The default builder for mutable.ParSet objects.

The default builder for mutable.ParSet objects.

Attributes

Definition Classes
override def newCombiner[T]: Combiner[T, ParSet[T]]

The parallel builder for mutable.ParSet objects.

The parallel builder for mutable.ParSet objects.

Attributes

Definition Classes

Inherited methods

def apply[A](elems: A*): ParSet[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]: ParSet[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

Implicits

implicit def canBuildFrom[S, T]: CanCombineFrom[ParSet[S], T, ParSet[T]]

Inherited implicits

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

Attributes

Inherited from:
GenericParCompanion