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

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

Uses of Ops.LongAndObjectToObject in groovyx.gpars.extra166y
 

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