Methods in groovyx.gpars.extra166y with parameters of type Ops.ObjectAndLongToLong |
(package private) static
|
AbstractParallelAnyArray.indexedMapper(Ops.ObjectAndLongToLong<? super T> combiner,
ParallelLongArrayWithLongMapping u,
int origin)
|
ParallelArrayWithLongMapping<T> |
ParallelArray.withMapping(Ops.ObjectAndLongToLong<? super T> combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate
on binary mappings of this array and the other array. |
ParallelArrayWithLongMapping<T> |
ParallelArrayWithMapping.withMapping(Ops.ObjectAndLongToLong<? super U> combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate
on binary mappings of this array and the other array. |
ParallelDoubleArrayWithLongMapping |
ParallelDoubleArrayWithMapping.withMapping(Ops.ObjectAndLongToLong<? super U> combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate
on binary mappings of this array and the other array. |
ParallelLongArrayWithLongMapping |
ParallelLongArrayWithMapping.withMapping(Ops.ObjectAndLongToLong<? super U> combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate
on binary mappings of this array and the other array. |