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

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

Uses of Ops.ObjectAndDoubleToLong in groovyx.gpars.extra166y
 

Methods in groovyx.gpars.extra166y with parameters of type Ops.ObjectAndDoubleToLong
(package private) static
<T,U> Ops.IntAndObjectToLong<T>
AbstractParallelAnyArray.indexedMapper(Ops.ObjectAndDoubleToLong<? super T> combiner, ParallelDoubleArrayWithDoubleMapping u, int origin)
           
 ParallelArrayWithLongMapping<T> ParallelArray.withMapping(Ops.ObjectAndDoubleToLong<? 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.
 ParallelArrayWithLongMapping<T> ParallelArrayWithMapping.withMapping(Ops.ObjectAndDoubleToLong<? 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.
 ParallelDoubleArrayWithLongMapping ParallelDoubleArrayWithMapping.withMapping(Ops.ObjectAndDoubleToLong<? 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.
 ParallelLongArrayWithLongMapping ParallelLongArrayWithMapping.withMapping(Ops.ObjectAndDoubleToLong<? 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.