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