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

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

Uses of Ops.DoubleToObject in groovyx.gpars.extra166y
 

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

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


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