Package | Description |
---|---|
groovyx.gpars.extra166y |
Collections supporting parallel operations.
|
Modifier and Type | Field and Description |
---|---|
(package private) Ops.LongToDouble |
AbstractParallelAnyArray.LDMPap.op |
Modifier and Type | Method and Description |
---|---|
static Ops.LongToDouble |
CommonOps.compoundOp(Ops.LongOp first,
Ops.LongToDouble second)
Returns a composite mapper that applies a second mapper to the results
of applying the first one.
|
static Ops.LongToDouble |
CommonOps.compoundOp(Ops.LongToDouble first,
Ops.DoubleOp 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.
|
Modifier and Type | Method and Description |
---|---|
(package private) static Ops.IntAndDoubleToDouble |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToLong fst,
Ops.LongToDouble snd) |
(package private) static Ops.IntAndLongToDouble |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndLongToLong fst,
Ops.LongToDouble snd) |
(package private) static <T> Ops.IntAndObjectToDouble<T> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToLong<? super T> fst,
Ops.LongToDouble snd) |
(package private) static Ops.IntAndLongToDouble |
AbstractParallelAnyArray.compoundIndexedOp(Ops.LongToDouble fst,
Ops.IntAndDoubleToDouble snd) |
(package private) static Ops.IntAndLongToLong |
AbstractParallelAnyArray.compoundIndexedOp(Ops.LongToDouble fst,
Ops.IntAndDoubleToLong snd) |
(package private) static <V> Ops.IntAndLongToObject<V> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.LongToDouble fst,
Ops.IntAndDoubleToObject<? extends V> snd) |
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 Ops.LongToDouble |
CommonOps.compoundOp(Ops.LongOp first,
Ops.LongToDouble second)
Returns a composite mapper that applies a second mapper to the results
of applying the first one.
|
static Ops.LongToDouble |
CommonOps.compoundOp(Ops.LongToDouble first,
Ops.DoubleOp 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.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> 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.
|
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LUPap.withMapping(Ops.LongToDouble op) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LFPap.withMapping(Ops.LongToDouble op) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LRPap.withMapping(Ops.LongToDouble op) |
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OULMPap.withMapping(Ops.LongToDouble op) |
ParallelDoubleArrayWithDoubleMapping |
AbstractParallelAnyArray.DULMPap.withMapping(Ops.LongToDouble op) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LULMPap.withMapping(Ops.LongToDouble op) |
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OFLMPap.withMapping(Ops.LongToDouble op) |
ParallelDoubleArrayWithDoubleMapping |
AbstractParallelAnyArray.DFLMPap.withMapping(Ops.LongToDouble op) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LFLMPap.withMapping(Ops.LongToDouble op) |
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.ORLMPap.withMapping(Ops.LongToDouble op) |
ParallelDoubleArrayWithDoubleMapping |
AbstractParallelAnyArray.DRLMPap.withMapping(Ops.LongToDouble op) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LRLMPap.withMapping(Ops.LongToDouble op) |
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OULCPap.withMapping(Ops.LongToDouble op) |
ParallelDoubleArrayWithDoubleMapping |
AbstractParallelAnyArray.DULCPap.withMapping(Ops.LongToDouble op) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LULCPap.withMapping(Ops.LongToDouble op) |
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OFLCPap.withMapping(Ops.LongToDouble op) |
ParallelDoubleArrayWithDoubleMapping |
AbstractParallelAnyArray.DFLCPap.withMapping(Ops.LongToDouble op) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LFLCPap.withMapping(Ops.LongToDouble op) |
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.ORLCPap.withMapping(Ops.LongToDouble op) |
ParallelDoubleArrayWithDoubleMapping |
AbstractParallelAnyArray.DRLCPap.withMapping(Ops.LongToDouble op) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LRLCPap.withMapping(Ops.LongToDouble op) |
abstract ParallelArrayWithDoubleMapping<T> |
ParallelArrayWithLongMapping.withMapping(Ops.LongToDouble op)
Returns an operation prefix that causes a method to operate
on mapped elements of the array using the given op.
|
abstract ParallelDoubleArrayWithDoubleMapping |
ParallelDoubleArrayWithLongMapping.withMapping(Ops.LongToDouble op)
Returns an operation prefix that causes a method to operate
on mapped elements of the array using the given op.
|
ParallelLongArrayWithDoubleMapping |
ParallelLongArray.withMapping(Ops.LongToDouble op)
Returns an operation prefix that causes a method to operate
on mapped elements of the array using the given op.
|
abstract ParallelLongArrayWithDoubleMapping |
ParallelLongArrayWithLongMapping.withMapping(Ops.LongToDouble op)
Returns an operation prefix that causes a method to operate
on mapped elements of the array using the given op.
|
Constructor and Description |
---|
AbstractParallelAnyArray.LDMPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
long[] array,
Ops.LongToDouble op) |
AbstractParallelAnyArray.LFDMPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
long[] array,
Ops.LongPredicate selector,
Ops.LongToDouble op) |
AbstractParallelAnyArray.LRDMPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
long[] array,
Ops.IntAndLongPredicate selector,
Ops.LongToDouble op) |
AbstractParallelAnyArray.LUDMPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
long[] array,
Ops.LongToDouble op) |