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

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

Uses of Ops.ObjectAndDoubleToObject in groovyx.gpars.extra166y
 

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