Parallelizable
scala.collection.Parallelizable
This trait describes collections which can be turned into parallel collections by invoking the method par
. Parallelizable collections may be parameterized with a target type different than their own.
Type parameters
- A
-
the type of the elements in the collection
- ParRepr
-
the actual type of the collection, which has to be parallel
Attributes
- Graph
-
- Supertypes
-
class Any
- Known subtypes
-
class ArrayIsParallelizable[T]class ImmutableHashSetIsParallelizable[T]class ImmutableIterableIsParallelizable[A]class ImmutableSeqIsParallelizable[A]class ImmutableSetIsParallelizable[A]class IterableIsParallelizable[A]class MutableArrayBufferIsParallelizable[T]class MutableArraySeqIsParallelizable[T]class MutableHashSetIsParallelizable[T]class MutableIterableIsParallelizable[A]class MutableSeqIsParallelizable[A]class MutableSetIsParallelizable[A]class RangeIsParallelizableclass SetIsParallelizable[A]class VectorIsParallelizable[T]trait ParIterable[T]trait ParSeq[T]class ParRangeclass ParVector[T]trait ParSet[T]class ParHashSet[T]trait ParIterable[T]trait ParSeq[T]class ParArray[T]trait ParSet[T]class ParHashSet[T]trait ParIterable[T]class DefaultValuesIterabletrait ParSeq[T]trait ParSet[T]class DefaultKeySet
Members list
In this article