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

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

Uses of Ops.ObjectAndDoubleToDouble in groovyx.gpars.extra166y
 

Methods in groovyx.gpars.extra166y with parameters of type Ops.ObjectAndDoubleToDouble
(package private) static
<T> Ops.IntAndObjectToDouble<T>
AbstractParallelAnyArray.indexedMapper(Ops.ObjectAndDoubleToDouble<? super T> combiner, ParallelDoubleArrayWithDoubleMapping u, int origin)
           
 ParallelArrayWithDoubleMapping<T> ParallelArray.withMapping(Ops.ObjectAndDoubleToDouble<? super T> combiner, ParallelDoubleArrayWithDoubleMapping 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.ObjectAndDoubleToDouble<? super U> combiner, ParallelDoubleArrayWithDoubleMapping 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.ObjectAndDoubleToDouble<? super U> combiner, ParallelDoubleArrayWithDoubleMapping 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.ObjectAndDoubleToDouble<? super U> 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.