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

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

Uses of Ops.DoubleAndLongToLong in groovyx.gpars.extra166y
 

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