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

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

Uses of Ops.ObjectToDouble in groovyx.gpars.extra166y
 

Fields in groovyx.gpars.extra166y declared as Ops.ObjectToDouble
(package private)  Ops.ObjectToDouble<? super T> AbstractParallelAnyArray.ODMPap.op
           
 

Methods in groovyx.gpars.extra166y that return Ops.ObjectToDouble
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
static
<T> Ops.ObjectToDouble<T>
CommonOps.compoundOp(Ops.ObjectToLong<? super T> first, Ops.LongToDouble second)
          Returns a composite mapper that applies a second mapper to the results of applying the first one
static
<T,U> Ops.ObjectToDouble<T>
CommonOps.compoundOp(Ops.Op<? super T,? extends U> first, Ops.ObjectToDouble<? super U> 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.ObjectToDouble
(package private) static
<U> Ops.IntAndDoubleToDouble
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToObject<? extends U> fst, Ops.ObjectToDouble<? super U> snd)
           
(package private) static
<U> Ops.IntAndLongToDouble
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndLongToObject<? extends U> fst, Ops.ObjectToDouble<? super U> snd)
           
(package private) static
<T,U> Ops.IntAndObjectToDouble<T>
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToObject<? super T,? extends U> fst, Ops.ObjectToDouble<? super U> snd)
           
(package private) static
<T> Ops.IntAndObjectToDouble<T>
AbstractParallelAnyArray.compoundIndexedOp(Ops.ObjectToDouble<? super T> fst, Ops.IntAndDoubleToDouble snd)
           
(package private) static
<T> Ops.IntAndObjectToLong<T>
AbstractParallelAnyArray.compoundIndexedOp(Ops.ObjectToDouble<? super T> fst, Ops.IntAndDoubleToLong snd)
           
(package private) static
<T,V> Ops.IntAndObjectToObject<T,V>
AbstractParallelAnyArray.compoundIndexedOp(Ops.ObjectToDouble<? super T> fst, Ops.IntAndDoubleToObject<? extends V> snd)
           
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
static
<T> Ops.LongToDouble
CommonOps.compoundOp(Ops.LongToObject<? 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
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
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
static
<T,V> Ops.Op<T,V>
CommonOps.compoundOp(Ops.ObjectToDouble<? super T> first, Ops.DoubleToObject<? extends V> second)
          Returns a composite mapper that applies a second mapper to the results of applying the first one
static
<T,U> Ops.ObjectToDouble<T>
CommonOps.compoundOp(Ops.Op<? super T,? extends U> first, Ops.ObjectToDouble<? super U> second)
          Returns a composite mapper that applies a second mapper to the results of applying the first one
 ParallelArrayWithDoubleMapping<T> AbstractParallelAnyArray.OUPap.withMapping(Ops.ObjectToDouble<? super T> op)
           
 ParallelArrayWithDoubleMapping<T> AbstractParallelAnyArray.OFPap.withMapping(Ops.ObjectToDouble<? super T> op)
           
 ParallelArrayWithDoubleMapping<T> AbstractParallelAnyArray.ORPap.withMapping(Ops.ObjectToDouble<? super T> op)
           
 ParallelArrayWithDoubleMapping<T> ParallelArray.withMapping(Ops.ObjectToDouble<? super T> op)
          Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
 ParallelArrayWithDoubleMapping<T> AbstractParallelAnyArray.OUOMPap.withMapping(Ops.ObjectToDouble<? super U> op)
           
 ParallelDoubleArrayWithDoubleMapping AbstractParallelAnyArray.DUOMPap.withMapping(Ops.ObjectToDouble<? super U> op)
           
 ParallelLongArrayWithDoubleMapping AbstractParallelAnyArray.LUOMPap.withMapping(Ops.ObjectToDouble<? super U> op)
           
 ParallelArrayWithDoubleMapping<T> AbstractParallelAnyArray.OFOMPap.withMapping(Ops.ObjectToDouble<? super U> op)
           
 ParallelDoubleArrayWithDoubleMapping AbstractParallelAnyArray.DFOMPap.withMapping(Ops.ObjectToDouble<? super U> op)
           
 ParallelLongArrayWithDoubleMapping AbstractParallelAnyArray.LFOMPap.withMapping(Ops.ObjectToDouble<? super U> op)
           
 ParallelArrayWithDoubleMapping<T> AbstractParallelAnyArray.OROMPap.withMapping(Ops.ObjectToDouble<? super U> op)
           
 ParallelDoubleArrayWithDoubleMapping AbstractParallelAnyArray.DROMPap.withMapping(Ops.ObjectToDouble<? super U> op)
           
 ParallelLongArrayWithDoubleMapping AbstractParallelAnyArray.LROMPap.withMapping(Ops.ObjectToDouble<? super U> op)
           
 ParallelArrayWithDoubleMapping<T> AbstractParallelAnyArray.OUOCPap.withMapping(Ops.ObjectToDouble<? super U> op)
           
 ParallelDoubleArrayWithDoubleMapping AbstractParallelAnyArray.DUOCPap.withMapping(Ops.ObjectToDouble<? super U> op)
           
 ParallelLongArrayWithDoubleMapping AbstractParallelAnyArray.LUOCPap.withMapping(Ops.ObjectToDouble<? super U> op)
           
 ParallelArrayWithDoubleMapping<T> AbstractParallelAnyArray.OFOCPap.withMapping(Ops.ObjectToDouble<? super U> op)
           
 ParallelDoubleArrayWithDoubleMapping AbstractParallelAnyArray.DFOCPap.withMapping(Ops.ObjectToDouble<? super U> op)
           
 ParallelLongArrayWithDoubleMapping AbstractParallelAnyArray.LFOCPap.withMapping(Ops.ObjectToDouble<? super U> op)
           
 ParallelArrayWithDoubleMapping<T> AbstractParallelAnyArray.OROCPap.withMapping(Ops.ObjectToDouble<? super U> op)
           
 ParallelDoubleArrayWithDoubleMapping AbstractParallelAnyArray.DROCPap.withMapping(Ops.ObjectToDouble<? super U> op)
           
 ParallelLongArrayWithDoubleMapping AbstractParallelAnyArray.LROCPap.withMapping(Ops.ObjectToDouble<? super U> op)
           
abstract  ParallelArrayWithDoubleMapping<T> ParallelArrayWithMapping.withMapping(Ops.ObjectToDouble<? super U> op)
          Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op applied to current op's results
abstract  ParallelDoubleArrayWithDoubleMapping ParallelDoubleArrayWithMapping.withMapping(Ops.ObjectToDouble<? super U> op)
          Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op applied to current op's results
abstract  ParallelLongArrayWithDoubleMapping ParallelLongArrayWithMapping.withMapping(Ops.ObjectToDouble<? super U> op)
          Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op applied to current op's results
 

Constructors in groovyx.gpars.extra166y with parameters of type Ops.ObjectToDouble
AbstractParallelAnyArray.ODMPap(jsr166y.ForkJoinPool ex, int origin, int fence, T[] array, Ops.ObjectToDouble<? super T> op)
           
AbstractParallelAnyArray.OFDMPap(jsr166y.ForkJoinPool ex, int origin, int fence, T[] array, Ops.Predicate<? super T> selector, Ops.ObjectToDouble<? super T> op)
           
AbstractParallelAnyArray.ORDMPap(jsr166y.ForkJoinPool ex, int origin, int fence, T[] array, Ops.IntAndObjectPredicate<? super T> selector, Ops.ObjectToDouble<? super T> op)
           
AbstractParallelAnyArray.OUDMPap(jsr166y.ForkJoinPool ex, int origin, int fence, T[] array, Ops.ObjectToDouble<? super T> op)
           
 


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