An array combiner that uses a chain of arraybuffers to store elements.
An array combiner that uses a chain of arraybuffers to store elements.
- Companion
- object
Type members
Classlikes
class CopyChainToArray(array: Array[Any], offset: Int, howmany: Int) extends Task[Unit, CopyChainToArray]
Value members
Concrete methods
final def newLazyCombiner(c: ArrayBuffer[ExposedArrayBuffer[T]]): LazyCombiner[T, ParArray[T], ExposedArrayBuffer[T]]
Inherited methods
Add all elements from a sequential collection and return the result.
Add all elements from a sequential collection and return the result.
- Inherited from
- Combiner
Constructs the result and sets the appropriate tasksupport object to the resulting collection if this is applicable.
Constructs the result and sets the appropriate tasksupport object to the resulting collection if this is applicable.
- Inherited from
- Combiner