Package | Description |
---|---|
groovyx.gpars.extra166y |
Collections supporting parallel operations.
|
Modifier and Type | Method and Description |
---|---|
(package private) static Ops.IntAndDoubleToLong |
AbstractParallelAnyArray.indexedMapper(Ops.DoubleAndLongToLong combiner,
ParallelLongArrayWithLongMapping u,
int origin) |
ParallelArrayWithLongMapping<T> |
ParallelArrayWithDoubleMapping.withMapping(Ops.DoubleAndLongToLong combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate
on binary mappings of this array and the other array.
|
ParallelDoubleArrayWithLongMapping |
ParallelDoubleArray.withMapping(Ops.DoubleAndLongToLong combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate
on binary mappings of this array and the other array.
|
ParallelDoubleArrayWithLongMapping |
ParallelDoubleArrayWithDoubleMapping.withMapping(Ops.DoubleAndLongToLong combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate
on binary mappings of this array and the other array.
|
ParallelLongArrayWithLongMapping |
ParallelLongArrayWithDoubleMapping.withMapping(Ops.DoubleAndLongToLong combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate
on binary mappings of this array and the other array.
|