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

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

Uses of Ops.DoubleAndLongToDouble in groovyx.gpars.extra166y
 

Methods in groovyx.gpars.extra166y with parameters of type Ops.DoubleAndLongToDouble
(package private) static Ops.IntAndDoubleToDouble AbstractParallelAnyArray.indexedMapper(Ops.DoubleAndLongToDouble combiner, ParallelLongArrayWithLongMapping u, int origin)
           
 ParallelArrayWithDoubleMapping<T> ParallelArrayWithDoubleMapping.withMapping(Ops.DoubleAndLongToDouble combiner, ParallelLongArrayWithLongMapping other)
          Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
 ParallelDoubleArrayWithDoubleMapping ParallelDoubleArray.withMapping(Ops.DoubleAndLongToDouble combiner, ParallelLongArrayWithLongMapping other)
          Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
 ParallelDoubleArrayWithDoubleMapping ParallelDoubleArrayWithDoubleMapping.withMapping(Ops.DoubleAndLongToDouble combiner, ParallelLongArrayWithLongMapping other)
          Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
 ParallelLongArrayWithDoubleMapping ParallelLongArrayWithDoubleMapping.withMapping(Ops.DoubleAndLongToDouble 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.