abstract class ParSetFactory[CC[X] <: ParSet[X] with ParSetLike[X, CC, CC[X], _] with GenericParTemplate[X, CC]] extends GenericParCompanion[CC]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParSetFactory
  2. GenericParCompanion
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ParSetFactory()

Type Members

  1. class GenericCanCombineFrom[A] extends CanCombineFrom[CC[_], A, CC[A]]

Abstract Value Members

  1. abstract def newCombiner[A]: Combiner[A, CC[A]]

    The parallel builder for ParIterable objects.

    The parallel builder for ParIterable objects.

    Definition Classes
    ParSetFactoryGenericParCompanion

Concrete Value Members

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

    Creates a $coll with the specified elements.

    Creates a $coll with the specified elements.

    A

    the type of the ${coll}'s elements

    elems

    the elements of the created $coll

    returns

    a new $coll with elements elems

    Definition Classes
    GenericParCompanion
  2. def empty[A]: CC[A]

    An empty collection of type ParIterable[A]

    An empty collection of type ParIterable[A]

    A

    the type of the ${coll}'s elements

    Definition Classes
    GenericParCompanion
  3. def newBuilder[A]: Combiner[A, CC[A]]

    The default builder for ParIterable objects.

    The default builder for ParIterable objects.

    Definition Classes
    ParSetFactoryGenericParCompanion
  4. implicit def toFactory[A]: Factory[A, CC[A]]
    Definition Classes
    GenericParCompanion