ParSet

object ParSet extends ParSetFactory[[T] =>> ParSet[T]]
Companion
class
class ParSetFactory[[T] =>> ParSet[T]]
trait GenericParCompanion[[T] =>> ParSet[T]]
class Object
trait Matchable
class Any

Type members

Inherited classlikes

Inherited from
ParSetFactory

Value members

Concrete methods

def newCombiner[T]: Combiner[T, ParSet[T]]

Inherited methods

def apply[A](elems: A*): ParSet[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]: ParSet[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
def newBuilder[A]: Combiner[A, ParSet[A]]
Inherited from
ParSetFactory

Implicits

Implicits

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

Inherited implicits

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