scala.collection.generic

GenericParCompanion

trait GenericParCompanion [+CC[X] <: ParIterable[X]] extends AnyRef

A template class for companion objects of parallel collection classes. They should be mixed in together with GenericCompanion type.

Source
GenericParCompanion.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. GenericParCompanion
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. def newBuilder [A] : Combiner[A, CC[A]]

    The default builder for ParIterable objects.

    The default builder for ParIterable objects.

    Attributes
    abstract
  2. def newCombiner [A] : Combiner[A, CC[A]]

    The parallel builder for ParIterable objects.

    The parallel builder for ParIterable objects.

    Attributes
    abstract