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

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

Uses of Ops.IntAndDoubleToDouble in groovyx.gpars.extra166y
 

Fields in groovyx.gpars.extra166y declared as Ops.IntAndDoubleToDouble
(package private)  Ops.IntAndDoubleToDouble AbstractParallelAnyArray.DDCPap.op
           
(package private)  Ops.IntAndDoubleToDouble PAS.FJDBinaryIndexMap.op
           
 

Methods in groovyx.gpars.extra166y that return Ops.IntAndDoubleToDouble
(package private) static Ops.IntAndDoubleToDouble AbstractParallelAnyArray.compoundIndexedOp(Ops.DoubleOp fst, Ops.IntAndDoubleToDouble snd)
           
(package private) static Ops.IntAndDoubleToDouble AbstractParallelAnyArray.compoundIndexedOp(Ops.DoubleToLong fst, Ops.IntAndLongToDouble snd)
           
(package private) static
<U> Ops.IntAndDoubleToDouble
AbstractParallelAnyArray.compoundIndexedOp(Ops.DoubleToObject<? extends U> fst, Ops.IntAndObjectToDouble<? super U> snd)
           
(package private) static Ops.IntAndDoubleToDouble AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToDouble fst, Ops.DoubleOp snd)
           
(package private) static Ops.IntAndDoubleToDouble AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToDouble fst, Ops.IntAndDoubleToDouble snd)
           
(package private) static Ops.IntAndDoubleToDouble AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToLong fst, Ops.IntAndLongToDouble snd)
           
(package private) static Ops.IntAndDoubleToDouble AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToLong fst, Ops.LongToDouble snd)
           
(package private) static
<U> Ops.IntAndDoubleToDouble
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToObject<? extends U> fst, Ops.IntAndObjectToDouble<? super U> snd)
           
(package private) static
<U> Ops.IntAndDoubleToDouble
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToObject<? extends U> fst, Ops.ObjectToDouble<? super U> snd)
           
(package private) static Ops.IntAndDoubleToDouble AbstractParallelAnyArray.indexedMapper(Ops.BinaryDoubleOp combiner, ParallelDoubleArrayWithDoubleMapping u, int origin)
           
(package private) static Ops.IntAndDoubleToDouble AbstractParallelAnyArray.indexedMapper(Ops.DoubleAndLongToDouble combiner, ParallelLongArrayWithLongMapping u, int origin)
           
(package private) static
<U,W> Ops.IntAndDoubleToDouble
AbstractParallelAnyArray.indexedMapper(Ops.DoubleAndObjectToDouble<? super U> combiner, ParallelArrayWithMapping<W,U> u, int origin)
           
 

Methods in groovyx.gpars.extra166y with parameters of type Ops.IntAndDoubleToDouble
(package private) static Ops.IntAndDoubleToDouble AbstractParallelAnyArray.compoundIndexedOp(Ops.DoubleOp fst, Ops.IntAndDoubleToDouble snd)
           
(package private) static Ops.IntAndDoubleToDouble AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToDouble fst, Ops.DoubleOp snd)
           
(package private) static Ops.IntAndDoubleToLong AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToDouble fst, Ops.DoubleToLong snd)
           
(package private) static
<V> Ops.IntAndDoubleToObject<V>
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToDouble fst, Ops.DoubleToObject<? extends V> snd)
           
(package private) static Ops.IntAndDoubleToDouble AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToDouble fst, Ops.IntAndDoubleToDouble snd)
           
(package private) static Ops.IntAndDoubleToLong AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToDouble fst, Ops.IntAndDoubleToLong snd)
           
(package private) static
<V> Ops.IntAndDoubleToObject<V>
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToDouble fst, Ops.IntAndDoubleToObject<? extends V> snd)
           
(package private) static Ops.IntAndLongToDouble AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndLongToDouble fst, Ops.IntAndDoubleToDouble snd)
           
(package private) static
<T> Ops.IntAndObjectToDouble<T>
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToDouble<? super T> fst, Ops.IntAndDoubleToDouble snd)
           
(package private) static Ops.IntAndLongToDouble AbstractParallelAnyArray.compoundIndexedOp(Ops.LongToDouble fst, Ops.IntAndDoubleToDouble snd)
           
(package private) static
<T> Ops.IntAndObjectToDouble<T>
AbstractParallelAnyArray.compoundIndexedOp(Ops.ObjectToDouble<? super T> fst, Ops.IntAndDoubleToDouble snd)
           
(package private)  void AbstractParallelAnyArray.leafBinaryIndexMap(int l, int h, Ops.IntAndDoubleToDouble op)
           
(package private)  void AbstractParallelAnyArray.DUPap.leafBinaryIndexMap(int l, int h, Ops.IntAndDoubleToDouble op)
           
(package private)  void AbstractParallelAnyArray.DFPap.leafBinaryIndexMap(int l, int h, Ops.IntAndDoubleToDouble op)
           
(package private)  void AbstractParallelAnyArray.DRPap.leafBinaryIndexMap(int l, int h, Ops.IntAndDoubleToDouble op)
           
 ParallelDoubleArray ParallelDoubleArray.replaceWithMappedIndex(Ops.IntAndDoubleToDouble op)
          Replaces elements with the results of applying the given mapping to each index and current element value
 ParallelDoubleArrayWithFilter ParallelDoubleArrayWithFilter.replaceWithMappedIndex(Ops.IntAndDoubleToDouble op)
          Replaces elements with the results of applying the given mapping to each index and current element value
 ParallelDoubleArrayWithDoubleMapping AbstractParallelAnyArray.DUPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper)
           
 ParallelDoubleArrayWithDoubleMapping AbstractParallelAnyArray.DFPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper)
           
 ParallelDoubleArrayWithDoubleMapping AbstractParallelAnyArray.DRPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper)
           
 ParallelArrayWithDoubleMapping<T> AbstractParallelAnyArray.OUDMPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper)
           
 ParallelDoubleArrayWithDoubleMapping AbstractParallelAnyArray.DUDMPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper)
           
 ParallelLongArrayWithDoubleMapping AbstractParallelAnyArray.LUDMPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper)
           
 ParallelArrayWithDoubleMapping<T> AbstractParallelAnyArray.OFDMPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper)
           
 ParallelDoubleArrayWithDoubleMapping AbstractParallelAnyArray.DFDMPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper)
           
 ParallelLongArrayWithDoubleMapping AbstractParallelAnyArray.LFDMPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper)
           
 ParallelArrayWithDoubleMapping<T> AbstractParallelAnyArray.ORDMPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper)
           
 ParallelDoubleArrayWithDoubleMapping AbstractParallelAnyArray.DRDMPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper)
           
 ParallelLongArrayWithDoubleMapping AbstractParallelAnyArray.LRDMPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper)
           
 ParallelArrayWithDoubleMapping<T> AbstractParallelAnyArray.OUDCPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper)
           
 ParallelDoubleArrayWithDoubleMapping AbstractParallelAnyArray.DUDCPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper)
           
 ParallelLongArrayWithDoubleMapping AbstractParallelAnyArray.LUDCPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper)
           
 ParallelArrayWithDoubleMapping<T> AbstractParallelAnyArray.OFDCPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper)
           
 ParallelDoubleArrayWithDoubleMapping AbstractParallelAnyArray.DFDCPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper)
           
 ParallelLongArrayWithDoubleMapping AbstractParallelAnyArray.LFDCPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper)
           
 ParallelArrayWithDoubleMapping<T> AbstractParallelAnyArray.ORDCPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper)
           
 ParallelDoubleArrayWithDoubleMapping AbstractParallelAnyArray.DRDCPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper)
           
 ParallelLongArrayWithDoubleMapping AbstractParallelAnyArray.LRDCPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper)
           
abstract  ParallelArrayWithDoubleMapping<T> ParallelArrayWithDoubleMapping.withIndexedMapping(Ops.IntAndDoubleToDouble 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.
 ParallelDoubleArrayWithDoubleMapping ParallelDoubleArray.withIndexedMapping(Ops.IntAndDoubleToDouble 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.
abstract  ParallelDoubleArrayWithDoubleMapping ParallelDoubleArrayWithDoubleMapping.withIndexedMapping(Ops.IntAndDoubleToDouble 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  ParallelLongArrayWithDoubleMapping ParallelLongArrayWithDoubleMapping.withIndexedMapping(Ops.IntAndDoubleToDouble 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.IntAndDoubleToDouble
AbstractParallelAnyArray.DDCPap(jsr166y.ForkJoinPool ex, int origin, int fence, double[] array, Ops.IntAndDoubleToDouble op)
           
AbstractParallelAnyArray.DFDCPap(jsr166y.ForkJoinPool ex, int origin, int fence, double[] array, Ops.DoublePredicate selector, Ops.IntAndDoubleToDouble op)
           
AbstractParallelAnyArray.DRDCPap(jsr166y.ForkJoinPool ex, int origin, int fence, double[] array, Ops.IntAndDoublePredicate selector, Ops.IntAndDoubleToDouble op)
           
AbstractParallelAnyArray.DUDCPap(jsr166y.ForkJoinPool ex, int origin, int fence, double[] array, Ops.IntAndDoubleToDouble op)
           
PAS.FJDBinaryIndexMap(AbstractParallelAnyArray pap, int lo, int hi, PAS.FJBase next, Ops.IntAndDoubleToDouble op)
           
 


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