|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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
|
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
|
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
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToObject<? extends U> fst,
Ops.ObjectToDouble<? super U> snd)
|
|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndLongToObject<? extends U> fst,
Ops.ObjectToDouble<? super U> snd)
|
|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToObject<? super T,? extends U> fst,
Ops.ObjectToDouble<? super U> snd)
|
|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.ObjectToDouble<? super T> fst,
Ops.IntAndDoubleToDouble snd)
|
|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.ObjectToDouble<? super T> fst,
Ops.IntAndDoubleToLong snd)
|
|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.ObjectToDouble<? super T> fst,
Ops.IntAndDoubleToObject<? extends V> snd)
|
|
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.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
|
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
|
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
|
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
|
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. | |||||||||
PREV NEXT | FRAMES NO FRAMES |