scala.collection

Type members

Classlikes

trait CustomParallelizable[+A, +ParRepr <: Parallel] extends Parallelizable[A, ParRepr]
trait Parallel

A marker trait for collections which have their operations parallelised.

A marker trait for collections which have their operations parallelised.

trait Parallelizable[+A, +ParRepr <: Parallel]

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