scala.collection
package scala.collection
Type members
Classlikes
trait Parallel
A marker trait for collections which have their operations parallelised.
A marker trait for collections which have their operations parallelised.
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.
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 Params
- A
the type of the elements in the collection
- ParRepr
the actual type of the collection, which has to be parallel