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

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

Uses of Ops.ObjectAndObjectToLong in groovyx.gpars.extra166y
 

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