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

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

Uses of Ops.ObjectAndObjectToDouble in groovyx.gpars.extra166y
 

Methods in groovyx.gpars.extra166y with parameters of type Ops.ObjectAndObjectToDouble
(package private) static
<T,U,W> Ops.IntAndObjectToDouble<T>
AbstractParallelAnyArray.indexedMapper(Ops.ObjectAndObjectToDouble<? super T,? super U> combiner, ParallelArrayWithMapping<W,U> u, int origin)
           
<U,W> ParallelArrayWithDoubleMapping<T>
ParallelArray.withMapping(Ops.ObjectAndObjectToDouble<? 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> ParallelArrayWithDoubleMapping<T>
ParallelArrayWithMapping.withMapping(Ops.ObjectAndObjectToDouble<? 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> ParallelDoubleArrayWithDoubleMapping
ParallelDoubleArrayWithMapping.withMapping(Ops.ObjectAndObjectToDouble<? 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> ParallelLongArrayWithDoubleMapping
ParallelLongArrayWithMapping.withMapping(Ops.ObjectAndObjectToDouble<? 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.