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

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

Uses of Ops.DoubleOp in groovyx.gpars.extra166y
 

Fields in groovyx.gpars.extra166y declared as Ops.DoubleOp
(package private)  Ops.DoubleOp AbstractParallelAnyArray.DDMPap.op
           
(package private)  Ops.DoubleOp PAS.FJDTransform.op
           
 

Methods in groovyx.gpars.extra166y that return Ops.DoubleOp
static Ops.DoubleOp CommonOps.compoundOp(Ops.DoubleOp first, Ops.DoubleOp second)
          Returns a composite mapper that applies a second mapper to the results of applying the first one
static Ops.DoubleOp CommonOps.compoundOp(Ops.DoubleToLong first, Ops.LongToDouble second)
          Returns a composite mapper that applies a second mapper to the results of applying the first one
static
<T> Ops.DoubleOp
CommonOps.compoundOp(Ops.DoubleToObject<? extends T> first, Ops.ObjectToDouble<? super T> second)
          Returns a composite mapper that applies a second mapper to the results of applying the first one
 

Methods in groovyx.gpars.extra166y with parameters of type Ops.DoubleOp
(package private) static Ops.IntAndDoubleToDouble AbstractParallelAnyArray.compoundIndexedOp(Ops.DoubleOp fst, Ops.IntAndDoubleToDouble snd)
           
(package private) static Ops.IntAndDoubleToLong AbstractParallelAnyArray.compoundIndexedOp(Ops.DoubleOp fst, Ops.IntAndDoubleToLong snd)
           
(package private) static
<V> Ops.IntAndDoubleToObject<V>
AbstractParallelAnyArray.compoundIndexedOp(Ops.DoubleOp fst, Ops.IntAndDoubleToObject<? extends V> snd)
           
(package private) static Ops.IntAndDoubleToDouble AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToDouble fst, Ops.DoubleOp snd)
           
(package private) static Ops.IntAndLongToDouble AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndLongToDouble fst, Ops.DoubleOp snd)
           
(package private) static
<T> Ops.IntAndObjectToDouble<T>
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToDouble<? super T> fst, Ops.DoubleOp snd)
           
static Ops.DoubleOp CommonOps.compoundOp(Ops.DoubleOp first, Ops.DoubleOp second)
          Returns a composite mapper that applies a second mapper to the results of applying the first one
static Ops.DoubleToLong CommonOps.compoundOp(Ops.DoubleOp first, Ops.DoubleToLong second)
          Returns a composite mapper that applies a second mapper to the results of applying the first one
static
<T> Ops.DoubleToObject<T>
CommonOps.compoundOp(Ops.DoubleOp first, Ops.DoubleToObject<? extends T> second)
          Returns a composite mapper that applies a second mapper to the results of applying the first one
static Ops.LongToDouble CommonOps.compoundOp(Ops.LongToDouble first, Ops.DoubleOp second)
          Returns a composite mapper that applies a second mapper to the results of applying the first one
static
<T> Ops.ObjectToDouble<T>
CommonOps.compoundOp(Ops.ObjectToDouble<? super T> first, Ops.DoubleOp second)
          Returns a composite mapper that applies a second mapper to the results of applying the first one
(package private)  void AbstractParallelAnyArray.leafTransform(int l, int h, Ops.DoubleOp op)
           
(package private)  void AbstractParallelAnyArray.DUPap.leafTransform(int l, int h, Ops.DoubleOp op)
           
(package private)  void AbstractParallelAnyArray.DFPap.leafTransform(int l, int h, Ops.DoubleOp op)
           
(package private)  void AbstractParallelAnyArray.DRPap.leafTransform(int l, int h, Ops.DoubleOp op)
           
 ParallelDoubleArray ParallelDoubleArray.replaceWithMapping(Ops.DoubleOp op)
          Replaces elements with the results of applying the given op to their current values.
 ParallelDoubleArrayWithFilter ParallelDoubleArrayWithFilter.replaceWithMapping(Ops.DoubleOp op)
          Replaces elements with the results of applying the given op to their current values.
 ParallelDoubleArrayWithDoubleMapping AbstractParallelAnyArray.DUPap.withMapping(Ops.DoubleOp op)
           
 ParallelDoubleArrayWithDoubleMapping AbstractParallelAnyArray.DFPap.withMapping(Ops.DoubleOp op)
           
 ParallelDoubleArrayWithDoubleMapping AbstractParallelAnyArray.DRPap.withMapping(Ops.DoubleOp op)
           
 ParallelArrayWithDoubleMapping<T> AbstractParallelAnyArray.OUDMPap.withMapping(Ops.DoubleOp op)
           
 ParallelDoubleArrayWithDoubleMapping AbstractParallelAnyArray.DUDMPap.withMapping(Ops.DoubleOp op)
           
 ParallelLongArrayWithDoubleMapping AbstractParallelAnyArray.LUDMPap.withMapping(Ops.DoubleOp op)
           
 ParallelArrayWithDoubleMapping<T> AbstractParallelAnyArray.OFDMPap.withMapping(Ops.DoubleOp op)
           
 ParallelDoubleArrayWithDoubleMapping AbstractParallelAnyArray.DFDMPap.withMapping(Ops.DoubleOp op)
           
 ParallelLongArrayWithDoubleMapping AbstractParallelAnyArray.LFDMPap.withMapping(Ops.DoubleOp op)
           
 ParallelArrayWithDoubleMapping<T> AbstractParallelAnyArray.ORDMPap.withMapping(Ops.DoubleOp op)
           
 ParallelDoubleArrayWithDoubleMapping AbstractParallelAnyArray.DRDMPap.withMapping(Ops.DoubleOp op)
           
 ParallelLongArrayWithDoubleMapping AbstractParallelAnyArray.LRDMPap.withMapping(Ops.DoubleOp op)
           
 ParallelArrayWithDoubleMapping<T> AbstractParallelAnyArray.OUDCPap.withMapping(Ops.DoubleOp op)
           
 ParallelDoubleArrayWithDoubleMapping AbstractParallelAnyArray.DUDCPap.withMapping(Ops.DoubleOp op)
           
 ParallelLongArrayWithDoubleMapping AbstractParallelAnyArray.LUDCPap.withMapping(Ops.DoubleOp op)
           
 ParallelArrayWithDoubleMapping<T> AbstractParallelAnyArray.OFDCPap.withMapping(Ops.DoubleOp op)
           
 ParallelDoubleArrayWithDoubleMapping AbstractParallelAnyArray.DFDCPap.withMapping(Ops.DoubleOp op)
           
 ParallelLongArrayWithDoubleMapping AbstractParallelAnyArray.LFDCPap.withMapping(Ops.DoubleOp op)
           
 ParallelArrayWithDoubleMapping<T> AbstractParallelAnyArray.ORDCPap.withMapping(Ops.DoubleOp op)
           
 ParallelDoubleArrayWithDoubleMapping AbstractParallelAnyArray.DRDCPap.withMapping(Ops.DoubleOp op)
           
 ParallelLongArrayWithDoubleMapping AbstractParallelAnyArray.LRDCPap.withMapping(Ops.DoubleOp op)
           
abstract  ParallelArrayWithDoubleMapping<T> ParallelArrayWithDoubleMapping.withMapping(Ops.DoubleOp op)
          Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
 ParallelDoubleArrayWithDoubleMapping ParallelDoubleArray.withMapping(Ops.DoubleOp op)
          Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
abstract  ParallelDoubleArrayWithDoubleMapping ParallelDoubleArrayWithDoubleMapping.withMapping(Ops.DoubleOp op)
          Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
abstract  ParallelLongArrayWithDoubleMapping ParallelLongArrayWithDoubleMapping.withMapping(Ops.DoubleOp op)
          Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
 

Constructors in groovyx.gpars.extra166y with parameters of type Ops.DoubleOp
AbstractParallelAnyArray.DDMPap(jsr166y.ForkJoinPool ex, int origin, int fence, double[] array, Ops.DoubleOp op)
           
AbstractParallelAnyArray.DFDMPap(jsr166y.ForkJoinPool ex, int origin, int fence, double[] array, Ops.DoublePredicate selector, Ops.DoubleOp op)
           
AbstractParallelAnyArray.DRDMPap(jsr166y.ForkJoinPool ex, int origin, int fence, double[] array, Ops.IntAndDoublePredicate selector, Ops.DoubleOp op)
           
AbstractParallelAnyArray.DUDMPap(jsr166y.ForkJoinPool ex, int origin, int fence, double[] array, Ops.DoubleOp op)
           
PAS.FJDTransform(AbstractParallelAnyArray pap, int lo, int hi, PAS.FJBase next, Ops.DoubleOp op)
           
 


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