Parallel

scala.collection.Parallel
trait Parallel

A marker trait for collections which have their operations parallelised.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait CanCombineFrom[From, Elem, To]
class GenericCanCombineFrom[From, To]
class CanCombineFromMap[FromK, FromV, K, V]
class GenericCanCombineFrom[B, A]
trait Combiner[Elem, To]
trait LazyCombiner[Elem, To, Buff]
trait ParIterableLike[T, CC, Repr, Sequential]
trait ParIterable[T]
trait ParMap[K, V]
class ParHashMap[K, V]
class WithDefault[K, V]
trait ParSeq[T]
class ParRange
class ParVector[T]
trait ParSet[T]
class ParHashSet[T]
trait ParMapLike[K, V, CC, Repr, Sequential]
trait ParIterable[T]
trait ParMap[K, V]
class ParHashMap[K, V]
class WithDefault[K, V]
class ParTrieMap[K, V]
trait ParSeq[T]
class ParArray[T]
trait ParSet[T]
class ParHashSet[T]
trait ParMapLike[K, V, CC, Repr, Sequential]
trait ParSetLike[T, CC, Repr, Sequential]
trait ParIterable[T]
trait ParMap[K, V]
class WithDefault[A, B]
trait ParSeq[T]
trait ParSet[T]
trait ParMapLike[K, V, CC, Repr, Sequential]
trait ParSeqLike[T, CC, Repr, Sequential]
trait ParSetLike[T, CC, Repr, Sequential]
Show all
In this article