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

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

Uses of Ops.DoubleToLong in groovyx.gpars.extra166y
 

Fields in groovyx.gpars.extra166y declared as Ops.DoubleToLong
(package private)  Ops.DoubleToLong AbstractParallelAnyArray.DLMPap.op
           
 

Methods in groovyx.gpars.extra166y that return Ops.DoubleToLong
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 Ops.DoubleToLong CommonOps.compoundOp(Ops.DoubleToLong first, Ops.LongOp second)
          Returns a composite mapper that applies a second mapper to the results of applying the first one
static
<T> Ops.DoubleToLong
CommonOps.compoundOp(Ops.DoubleToObject<? extends T> first, Ops.ObjectToLong<? 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.DoubleToLong
(package private) static Ops.IntAndDoubleToDouble AbstractParallelAnyArray.compoundIndexedOp(Ops.DoubleToLong fst, Ops.IntAndLongToDouble snd)
           
(package private) static Ops.IntAndDoubleToLong AbstractParallelAnyArray.compoundIndexedOp(Ops.DoubleToLong fst, Ops.IntAndLongToLong snd)
           
(package private) static
<V> Ops.IntAndDoubleToObject<V>
AbstractParallelAnyArray.compoundIndexedOp(Ops.DoubleToLong fst, Ops.IntAndLongToObject<? extends V> snd)
           
(package private) static Ops.IntAndDoubleToLong AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToDouble fst, Ops.DoubleToLong snd)
           
(package private) static Ops.IntAndLongToLong AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndLongToDouble fst, Ops.DoubleToLong snd)
           
(package private) static
<T> Ops.IntAndObjectToLong<T>
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToDouble<? super T> fst, Ops.DoubleToLong snd)
           
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 Ops.DoubleToLong CommonOps.compoundOp(Ops.DoubleToLong first, Ops.LongOp 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.DoubleToObject<T>
CommonOps.compoundOp(Ops.DoubleToLong first, Ops.LongToObject<? extends T> second)
          Returns a composite mapper that applies a second mapper to the results of applying the first one
static Ops.LongOp CommonOps.compoundOp(Ops.LongToDouble first, Ops.DoubleToLong second)
          Returns a composite mapper that applies a second mapper to the results of applying the first one
static
<T> Ops.ObjectToLong<T>
CommonOps.compoundOp(Ops.ObjectToDouble<? super T> first, Ops.DoubleToLong second)
          Returns a composite mapper that applies a second mapper to the results of applying the first one
 ParallelDoubleArrayWithLongMapping AbstractParallelAnyArray.DUPap.withMapping(Ops.DoubleToLong op)
           
 ParallelDoubleArrayWithLongMapping AbstractParallelAnyArray.DFPap.withMapping(Ops.DoubleToLong op)
           
 ParallelDoubleArrayWithLongMapping AbstractParallelAnyArray.DRPap.withMapping(Ops.DoubleToLong op)
           
 ParallelArrayWithLongMapping<T> AbstractParallelAnyArray.OUDMPap.withMapping(Ops.DoubleToLong op)
           
 ParallelDoubleArrayWithLongMapping AbstractParallelAnyArray.DUDMPap.withMapping(Ops.DoubleToLong op)
           
 ParallelLongArrayWithLongMapping AbstractParallelAnyArray.LUDMPap.withMapping(Ops.DoubleToLong op)
           
 ParallelArrayWithLongMapping<T> AbstractParallelAnyArray.OFDMPap.withMapping(Ops.DoubleToLong op)
           
 ParallelDoubleArrayWithLongMapping AbstractParallelAnyArray.DFDMPap.withMapping(Ops.DoubleToLong op)
           
 ParallelLongArrayWithLongMapping AbstractParallelAnyArray.LFDMPap.withMapping(Ops.DoubleToLong op)
           
 ParallelArrayWithLongMapping<T> AbstractParallelAnyArray.ORDMPap.withMapping(Ops.DoubleToLong op)
           
 ParallelDoubleArrayWithLongMapping AbstractParallelAnyArray.DRDMPap.withMapping(Ops.DoubleToLong op)
           
 ParallelLongArrayWithLongMapping AbstractParallelAnyArray.LRDMPap.withMapping(Ops.DoubleToLong op)
           
 ParallelArrayWithLongMapping<T> AbstractParallelAnyArray.OUDCPap.withMapping(Ops.DoubleToLong op)
           
 ParallelDoubleArrayWithLongMapping AbstractParallelAnyArray.DUDCPap.withMapping(Ops.DoubleToLong op)
           
 ParallelLongArrayWithLongMapping AbstractParallelAnyArray.LUDCPap.withMapping(Ops.DoubleToLong op)
           
 ParallelArrayWithLongMapping<T> AbstractParallelAnyArray.OFDCPap.withMapping(Ops.DoubleToLong op)
           
 ParallelDoubleArrayWithLongMapping AbstractParallelAnyArray.DFDCPap.withMapping(Ops.DoubleToLong op)
           
 ParallelLongArrayWithLongMapping AbstractParallelAnyArray.LFDCPap.withMapping(Ops.DoubleToLong op)
           
 ParallelArrayWithLongMapping<T> AbstractParallelAnyArray.ORDCPap.withMapping(Ops.DoubleToLong op)
           
 ParallelDoubleArrayWithLongMapping AbstractParallelAnyArray.DRDCPap.withMapping(Ops.DoubleToLong op)
           
 ParallelLongArrayWithLongMapping AbstractParallelAnyArray.LRDCPap.withMapping(Ops.DoubleToLong op)
           
abstract  ParallelArrayWithLongMapping<T> ParallelArrayWithDoubleMapping.withMapping(Ops.DoubleToLong op)
          Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
 ParallelDoubleArrayWithLongMapping ParallelDoubleArray.withMapping(Ops.DoubleToLong op)
          Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
abstract  ParallelDoubleArrayWithLongMapping ParallelDoubleArrayWithDoubleMapping.withMapping(Ops.DoubleToLong op)
          Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
abstract  ParallelLongArrayWithLongMapping ParallelLongArrayWithDoubleMapping.withMapping(Ops.DoubleToLong 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.DoubleToLong
AbstractParallelAnyArray.DFLMPap(jsr166y.ForkJoinPool ex, int origin, int fence, double[] array, Ops.DoublePredicate selector, Ops.DoubleToLong op)
           
AbstractParallelAnyArray.DLMPap(jsr166y.ForkJoinPool ex, int origin, int fence, double[] array, Ops.DoubleToLong op)
           
AbstractParallelAnyArray.DRLMPap(jsr166y.ForkJoinPool ex, int origin, int fence, double[] array, Ops.IntAndDoublePredicate selector, Ops.DoubleToLong op)
           
AbstractParallelAnyArray.DULMPap(jsr166y.ForkJoinPool ex, int origin, int fence, double[] array, Ops.DoubleToLong op)
           
 


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