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

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

Uses of Ops.LongAndLongToDouble in groovyx.gpars.extra166y
 

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