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

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

Uses of Ops.LongAndLongToObject in groovyx.gpars.extra166y
 

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