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

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

Uses of Ops.ObjectAndLongToDouble in groovyx.gpars.extra166y
 

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