Uses of Interface
groovyx.gpars.extra166y.Ops.DoubleAndLongToObject

Packages that use Ops.DoubleAndLongToObject
groovyx.gpars.extra166y Collections supporting parallel operations. 
 

Uses of Ops.DoubleAndLongToObject in groovyx.gpars.extra166y
 

Methods in groovyx.gpars.extra166y with parameters of type Ops.DoubleAndLongToObject
(package private) static
<V> Ops.IntAndDoubleToObject<V>
AbstractParallelAnyArray.indexedMapper(Ops.DoubleAndLongToObject<? extends V> combiner, ParallelLongArrayWithLongMapping u, int origin)
           
<V> ParallelArrayWithMapping<T,V>
ParallelArrayWithDoubleMapping.withMapping(Ops.DoubleAndLongToObject<? extends V> combiner, ParallelLongArrayWithLongMapping other)
          Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
<V> ParallelDoubleArrayWithMapping<V>
ParallelDoubleArray.withMapping(Ops.DoubleAndLongToObject<? extends V> combiner, ParallelLongArrayWithLongMapping other)
          Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
<V> ParallelDoubleArrayWithMapping<V>
ParallelDoubleArrayWithDoubleMapping.withMapping(Ops.DoubleAndLongToObject<? extends V> combiner, ParallelLongArrayWithLongMapping other)
          Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
<V> ParallelLongArrayWithMapping<V>
ParallelLongArrayWithDoubleMapping.withMapping(Ops.DoubleAndLongToObject<? extends V> combiner, ParallelLongArrayWithLongMapping other)
          Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
 


Copyright © 2008–2012 Václav Pech. All Rights Reserved.