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

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

Uses of Ops.LongAndObjectToLong in groovyx.gpars.extra166y
 

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