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

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

Uses of Ops.LongAndObjectToDouble in groovyx.gpars.extra166y
 

Methods in groovyx.gpars.extra166y with parameters of type Ops.LongAndObjectToDouble
(package private) static
<U,W> Ops.IntAndLongToDouble
AbstractParallelAnyArray.indexedMapper(Ops.LongAndObjectToDouble<? super U> combiner, ParallelArrayWithMapping<W,U> u, int origin)
           
<V,W> ParallelArrayWithDoubleMapping<T>
ParallelArrayWithLongMapping.withMapping(Ops.LongAndObjectToDouble<? 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
ParallelDoubleArrayWithLongMapping.withMapping(Ops.LongAndObjectToDouble<? 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
ParallelLongArray.withMapping(Ops.LongAndObjectToDouble<? 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
ParallelLongArrayWithLongMapping.withMapping(Ops.LongAndObjectToDouble<? 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.