ParHashSet

object ParHashSet extends ParSetFactory[[T] =>> ParHashSet[T]]

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

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

Companion
class
class ParSetFactory[[T] =>> ParHashSet[T]]
class Object
trait Matchable
class Any

Type members

Inherited classlikes

Inherited from
ParSetFactory

Value members

Concrete methods

override def newBuilder[T]: Combiner[T, ParHashSet[T]]
Definition Classes
override def newCombiner[T]: Combiner[T, ParHashSet[T]]
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 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]: ParHashSet[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

Implicits

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

Inherited implicits

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