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

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

Uses of Ops.IntAndDoubleToObject in groovyx.gpars.extra166y
 

Fields in groovyx.gpars.extra166y declared as Ops.IntAndDoubleToObject
(package private)  Ops.IntAndDoubleToObject<? extends U> AbstractParallelAnyArray.DOCPap.op
           
 

Methods in groovyx.gpars.extra166y that return Ops.IntAndDoubleToObject
(package private) static
<V> Ops.IntAndDoubleToObject<V>
AbstractParallelAnyArray.compoundIndexedOp(Ops.DoubleOp fst, Ops.IntAndDoubleToObject<? extends V> snd)
           
(package private) static
<V> Ops.IntAndDoubleToObject<V>
AbstractParallelAnyArray.compoundIndexedOp(Ops.DoubleToLong fst, Ops.IntAndLongToObject<? extends V> snd)
           
(package private) static
<U,V> Ops.IntAndDoubleToObject<V>
AbstractParallelAnyArray.compoundIndexedOp(Ops.DoubleToObject<? extends U> fst, Ops.IntAndObjectToObject<? super U,? extends V> snd)
           
(package private) static
<V> Ops.IntAndDoubleToObject<V>
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToDouble fst, Ops.DoubleToObject<? extends V> snd)
           
(package private) static
<V> Ops.IntAndDoubleToObject<V>
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToDouble fst, Ops.IntAndDoubleToObject<? extends V> snd)
           
(package private) static
<V> Ops.IntAndDoubleToObject<V>
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToLong fst, Ops.IntAndLongToObject<? extends V> snd)
           
(package private) static
<V> Ops.IntAndDoubleToObject<V>
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToLong fst, Ops.LongToObject<? extends V> snd)
           
(package private) static
<U,V> Ops.IntAndDoubleToObject<V>
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToObject<? extends U> fst, Ops.IntAndObjectToObject<? super U,? extends V> snd)
           
(package private) static
<U,V> Ops.IntAndDoubleToObject<V>
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToObject<? extends U> fst, Ops.Op<? super U,? extends V> snd)
           
(package private) static
<V> Ops.IntAndDoubleToObject<V>
AbstractParallelAnyArray.indexedMapper(Ops.DoubleAndDoubleToObject<? extends V> combiner, ParallelDoubleArrayWithDoubleMapping u, int origin)
           
(package private) static
<V> Ops.IntAndDoubleToObject<V>
AbstractParallelAnyArray.indexedMapper(Ops.DoubleAndLongToObject<? extends V> combiner, ParallelLongArrayWithLongMapping u, int origin)
           
(package private) static
<U,V,W> Ops.IntAndDoubleToObject<V>
AbstractParallelAnyArray.indexedMapper(Ops.DoubleAndObjectToObject<? super U,? extends V> combiner, ParallelArrayWithMapping<W,U> u, int origin)
           
 

Methods in groovyx.gpars.extra166y with parameters of type Ops.IntAndDoubleToObject
(package private) static
<V> Ops.IntAndDoubleToObject<V>
AbstractParallelAnyArray.compoundIndexedOp(Ops.DoubleOp fst, Ops.IntAndDoubleToObject<? extends V> snd)
           
(package private) static
<V> Ops.IntAndDoubleToObject<V>
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToDouble fst, Ops.IntAndDoubleToObject<? extends V> snd)
           
(package private) static
<U> Ops.IntAndDoubleToDouble
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToObject<? extends U> fst, Ops.IntAndObjectToDouble<? super U> snd)
           
(package private) static
<U> Ops.IntAndDoubleToLong
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToObject<? extends U> fst, Ops.IntAndObjectToLong<? super U> snd)
           
(package private) static
<U,V> Ops.IntAndDoubleToObject<V>
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToObject<? extends U> fst, Ops.IntAndObjectToObject<? super U,? extends V> snd)
           
(package private) static
<U> Ops.IntAndDoubleToDouble
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToObject<? extends U> fst, Ops.ObjectToDouble<? super U> snd)
           
(package private) static
<U> Ops.IntAndDoubleToLong
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToObject<? extends U> fst, Ops.ObjectToLong<? super U> snd)
           
(package private) static
<U,V> Ops.IntAndDoubleToObject<V>
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToObject<? extends U> fst, Ops.Op<? super U,? extends V> snd)
           
(package private) static
<V> Ops.IntAndLongToObject<V>
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndLongToDouble fst, Ops.IntAndDoubleToObject<? extends V> snd)
           
(package private) static
<T,V> Ops.IntAndObjectToObject<T,V>
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToDouble<? super T> fst, Ops.IntAndDoubleToObject<? extends V> snd)
           
(package private) static
<V> Ops.IntAndLongToObject<V>
AbstractParallelAnyArray.compoundIndexedOp(Ops.LongToDouble fst, Ops.IntAndDoubleToObject<? extends V> snd)
           
(package private) static
<T,V> Ops.IntAndObjectToObject<T,V>
AbstractParallelAnyArray.compoundIndexedOp(Ops.ObjectToDouble<? super T> fst, Ops.IntAndDoubleToObject<? extends V> snd)
           
<U> ParallelDoubleArrayWithMapping<U>
ParallelDoubleArray.withIndexedMapping(Ops.IntAndDoubleToObject<? extends U> mapper)
          Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value, and produces a new value.
<V> ParallelDoubleArrayWithMapping<V>
AbstractParallelAnyArray.DUPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
           
<V> ParallelDoubleArrayWithMapping<V>
AbstractParallelAnyArray.DFPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
           
<V> ParallelDoubleArrayWithMapping<V>
AbstractParallelAnyArray.DRPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
           
<V> ParallelArrayWithMapping<T,V>
AbstractParallelAnyArray.OUDMPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
           
<V> ParallelDoubleArrayWithMapping<V>
AbstractParallelAnyArray.DUDMPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
           
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LUDMPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
           
<V> ParallelArrayWithMapping<T,V>
AbstractParallelAnyArray.OFDMPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
           
<V> ParallelDoubleArrayWithMapping<V>
AbstractParallelAnyArray.DFDMPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
           
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LFDMPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
           
<V> ParallelArrayWithMapping<T,V>
AbstractParallelAnyArray.ORDMPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
           
<V> ParallelDoubleArrayWithMapping<V>
AbstractParallelAnyArray.DRDMPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
           
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LRDMPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
           
<V> ParallelArrayWithMapping<T,V>
AbstractParallelAnyArray.OUDCPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
           
<V> ParallelDoubleArrayWithMapping<V>
AbstractParallelAnyArray.DUDCPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
           
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LUDCPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
           
<V> ParallelArrayWithMapping<T,V>
AbstractParallelAnyArray.OFDCPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
           
<V> ParallelDoubleArrayWithMapping<V>
AbstractParallelAnyArray.DFDCPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
           
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LFDCPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
           
<V> ParallelArrayWithMapping<T,V>
AbstractParallelAnyArray.ORDCPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
           
<V> ParallelDoubleArrayWithMapping<V>
AbstractParallelAnyArray.DRDCPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
           
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LRDCPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
           
abstract
<V> ParallelArrayWithMapping<T,V>
ParallelArrayWithDoubleMapping.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
          Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
abstract
<V> ParallelDoubleArrayWithMapping<V>
ParallelDoubleArrayWithDoubleMapping.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
          Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
abstract
<V> ParallelLongArrayWithMapping<V>
ParallelLongArrayWithDoubleMapping.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
          Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
 

Constructors in groovyx.gpars.extra166y with parameters of type Ops.IntAndDoubleToObject
AbstractParallelAnyArray.DFOCPap(jsr166y.ForkJoinPool ex, int origin, int fence, double[] array, Ops.DoublePredicate selector, Ops.IntAndDoubleToObject<? extends U> op)
           
AbstractParallelAnyArray.DOCPap(jsr166y.ForkJoinPool ex, int origin, int fence, double[] array, Ops.IntAndDoubleToObject<? extends U> op)
           
AbstractParallelAnyArray.DROCPap(jsr166y.ForkJoinPool ex, int origin, int fence, double[] array, Ops.IntAndDoublePredicate selector, Ops.IntAndDoubleToObject<? extends U> op)
           
AbstractParallelAnyArray.DUOCPap(jsr166y.ForkJoinPool ex, int origin, int fence, double[] array, Ops.IntAndDoubleToObject<? extends U> op)
           
 


Copyright © 2008–2012 Václav Pech. All Rights Reserved.