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

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

Uses of Ops.DoubleAndDoubleToLong in groovyx.gpars.extra166y
 

Methods in groovyx.gpars.extra166y with parameters of type Ops.DoubleAndDoubleToLong
(package private) static Ops.IntAndDoubleToLong AbstractParallelAnyArray.indexedMapper(Ops.DoubleAndDoubleToLong combiner, ParallelDoubleArrayWithDoubleMapping u, int origin)
           
 ParallelArrayWithLongMapping<T> ParallelArrayWithDoubleMapping.withMapping(Ops.DoubleAndDoubleToLong combiner, ParallelDoubleArrayWithDoubleMapping 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.DoubleAndDoubleToLong combiner, ParallelDoubleArrayWithDoubleMapping 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.DoubleAndDoubleToLong combiner, ParallelDoubleArrayWithDoubleMapping 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.DoubleAndDoubleToLong combiner, ParallelDoubleArrayWithDoubleMapping 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.