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

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

Uses of Ops.LongAndDoubleToLong in groovyx.gpars.extra166y
 

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