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

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

Uses of Ops.DoubleAndObjectToObject in groovyx.gpars.extra166y
 

Methods in groovyx.gpars.extra166y with parameters of type Ops.DoubleAndObjectToObject
(package private) static
<U,V,W> Ops.IntAndDoubleToObject<V>
AbstractParallelAnyArray.indexedMapper(Ops.DoubleAndObjectToObject<? super U,? extends V> combiner, ParallelArrayWithMapping<W,U> u, int origin)
           
<V,W,X> ParallelArrayWithMapping<T,W>
ParallelArrayWithDoubleMapping.withMapping(Ops.DoubleAndObjectToObject<? 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>
ParallelDoubleArray.withMapping(Ops.DoubleAndObjectToObject<? 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>
ParallelDoubleArrayWithDoubleMapping.withMapping(Ops.DoubleAndObjectToObject<? 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>
ParallelLongArrayWithDoubleMapping.withMapping(Ops.DoubleAndObjectToObject<? 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.