package collection
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- collection
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait CustomParallelizable [+A, +ParRepr <: Parallel] extends Parallelizable[A, ParRepr]
-
trait
Parallelizable
[+A, +ParRepr <: Parallel] extends Any
This trait describes collections which can be turned into parallel collections by invoking the method
par
.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.- A
the type of the elements in the collection
- ParRepr
the actual type of the collection, which has to be parallel
Value Members
- def breakOut[From, T, To](implicit b: CanBuildFrom[Nothing, T, To]): CanBuildFrom[From, T, To]