|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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
|
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
|
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
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.DoubleToObject<? extends U> fst,
Ops.IntAndObjectToDouble<? super U> snd)
|
|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.DoubleToObject<? extends U> fst,
Ops.IntAndObjectToLong<? super U> snd)
|
|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.DoubleToObject<? extends U> fst,
Ops.IntAndObjectToObject<? super U,? extends V> snd)
|
|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToDouble fst,
Ops.DoubleToObject<? extends V> snd)
|
|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndLongToDouble fst,
Ops.DoubleToObject<? extends V> snd)
|
|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToDouble<? super T> fst,
Ops.DoubleToObject<? extends V> snd)
|
|
static
|
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
|
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
|
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
|
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
|
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
|
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 |
|
|
AbstractParallelAnyArray.DUPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.DFPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.DRPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.OUDMPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.DUDMPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.LUDMPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.OFDMPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.DFDMPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.LFDMPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.ORDMPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.DRDMPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.LRDMPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.OUDCPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.DUDCPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.LUDCPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.OFDCPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.DFDCPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.LFDCPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.ORDCPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.DRDCPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.LRDCPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
abstract
|
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. |
|
|
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
|
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
|
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. | |||||||||
PREV NEXT | FRAMES NO FRAMES |