Package | Description |
---|---|
groovyx.gpars.extra166y |
Collections supporting parallel operations.
|
Modifier and Type | Field and Description |
---|---|
(package private) Ops.LongOp |
AbstractParallelAnyArray.LLMPap.op |
(package private) Ops.LongOp |
PAS.FJLTransform.op |
Modifier and Type | Method and Description |
---|---|
static Ops.LongOp |
CommonOps.compoundOp(Ops.LongOp first,
Ops.LongOp 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.LongOp |
CommonOps.compoundOp(Ops.LongToObject<? 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.
|
Modifier and Type | Method and Description |
---|---|
(package private) static Ops.IntAndDoubleToLong |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToLong fst,
Ops.LongOp snd) |
(package private) static Ops.IntAndLongToLong |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndLongToLong fst,
Ops.LongOp snd) |
(package private) static <T> Ops.IntAndObjectToLong<T> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToLong<? super T> fst,
Ops.LongOp snd) |
(package private) static Ops.IntAndLongToDouble |
AbstractParallelAnyArray.compoundIndexedOp(Ops.LongOp fst,
Ops.IntAndLongToDouble snd) |
(package private) static Ops.IntAndLongToLong |
AbstractParallelAnyArray.compoundIndexedOp(Ops.LongOp fst,
Ops.IntAndLongToLong snd) |
(package private) static <V> Ops.IntAndLongToObject<V> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.LongOp fst,
Ops.IntAndLongToObject<? extends V> snd) |
static Ops.DoubleToLong |
CommonOps.compoundOp(Ops.DoubleToLong first,
Ops.LongOp second)
Returns a composite mapper that applies a second mapper to the results
of applying the first one.
|
static Ops.LongOp |
CommonOps.compoundOp(Ops.LongOp first,
Ops.LongOp 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 <T> Ops.LongToObject<T> |
CommonOps.compoundOp(Ops.LongOp 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> Ops.ObjectToLong<T> |
CommonOps.compoundOp(Ops.ObjectToLong<? super T> first,
Ops.LongOp second)
Returns a composite mapper that applies a second mapper to the results
of applying the first one.
|
(package private) void |
AbstractParallelAnyArray.leafTransform(int l,
int h,
Ops.LongOp op) |
(package private) void |
AbstractParallelAnyArray.LUPap.leafTransform(int l,
int h,
Ops.LongOp op) |
(package private) void |
AbstractParallelAnyArray.LFPap.leafTransform(int l,
int h,
Ops.LongOp op) |
(package private) void |
AbstractParallelAnyArray.LRPap.leafTransform(int l,
int h,
Ops.LongOp op) |
ParallelLongArray |
ParallelLongArray.replaceWithMapping(Ops.LongOp op)
Replaces elements with the results of applying the given op
to their current values.
|
ParallelLongArrayWithFilter |
ParallelLongArrayWithFilter.replaceWithMapping(Ops.LongOp op)
Replaces elements with the results of applying the given
op to their current values.
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LUPap.withMapping(Ops.LongOp op) |
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LFPap.withMapping(Ops.LongOp op) |
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LRPap.withMapping(Ops.LongOp op) |
ParallelArrayWithLongMapping<T> |
AbstractParallelAnyArray.OULMPap.withMapping(Ops.LongOp op) |
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DULMPap.withMapping(Ops.LongOp op) |
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LULMPap.withMapping(Ops.LongOp op) |
ParallelArrayWithLongMapping<T> |
AbstractParallelAnyArray.OFLMPap.withMapping(Ops.LongOp op) |
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DFLMPap.withMapping(Ops.LongOp op) |
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LFLMPap.withMapping(Ops.LongOp op) |
ParallelArrayWithLongMapping<T> |
AbstractParallelAnyArray.ORLMPap.withMapping(Ops.LongOp op) |
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DRLMPap.withMapping(Ops.LongOp op) |
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LRLMPap.withMapping(Ops.LongOp op) |
ParallelArrayWithLongMapping<T> |
AbstractParallelAnyArray.OULCPap.withMapping(Ops.LongOp op) |
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DULCPap.withMapping(Ops.LongOp op) |
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LULCPap.withMapping(Ops.LongOp op) |
ParallelArrayWithLongMapping<T> |
AbstractParallelAnyArray.OFLCPap.withMapping(Ops.LongOp op) |
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DFLCPap.withMapping(Ops.LongOp op) |
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LFLCPap.withMapping(Ops.LongOp op) |
ParallelArrayWithLongMapping<T> |
AbstractParallelAnyArray.ORLCPap.withMapping(Ops.LongOp op) |
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DRLCPap.withMapping(Ops.LongOp op) |
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LRLCPap.withMapping(Ops.LongOp op) |
abstract ParallelArrayWithLongMapping<T> |
ParallelArrayWithLongMapping.withMapping(Ops.LongOp op)
Returns an operation prefix that causes a method to operate
on mapped elements of the array using the given op.
|
abstract ParallelDoubleArrayWithLongMapping |
ParallelDoubleArrayWithLongMapping.withMapping(Ops.LongOp op)
Returns an operation prefix that causes a method to operate
on mapped elements of the array using the given op.
|
ParallelLongArrayWithLongMapping |
ParallelLongArray.withMapping(Ops.LongOp op)
Returns an operation prefix that causes a method to operate
on mapped elements of the array using the given op.
|
abstract ParallelLongArrayWithLongMapping |
ParallelLongArrayWithLongMapping.withMapping(Ops.LongOp 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.LFLMPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
long[] array,
Ops.LongPredicate selector,
Ops.LongOp op) |
AbstractParallelAnyArray.LLMPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
long[] array,
Ops.LongOp op) |
AbstractParallelAnyArray.LRLMPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
long[] array,
Ops.IntAndLongPredicate selector,
Ops.LongOp op) |
AbstractParallelAnyArray.LULMPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
long[] array,
Ops.LongOp op) |
PAS.FJLTransform(AbstractParallelAnyArray pap,
int lo,
int hi,
PAS.FJBase next,
Ops.LongOp op) |