ParHashSet

scala.collection.parallel.mutable.ParHashSet
See theParHashSet companion class

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

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ParHashSet.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, ParHashSet[T]]

The default builder for mutable.ParHashSet objects.

The default builder for mutable.ParHashSet objects.

Attributes

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

The parallel builder for mutable.ParHashSet objects.

The parallel builder for mutable.ParHashSet objects.

Attributes

Definition Classes

Inherited methods

def apply[A](elems: A*): ParHashSet[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]: ParHashSet[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[ParHashSet[S], T, ParHashSet[T]]

Inherited implicits

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

Attributes

Inherited from:
GenericParCompanion