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

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

Uses of Ops.ObjectAndLongToLong in groovyx.gpars.extra166y
 

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