Package | Description |
---|---|
groovyx.gpars.extra166y |
Collections supporting parallel operations.
|
Modifier and Type | Field and Description |
---|---|
(package private) Ops.IntAndLongPredicate |
AbstractParallelAnyArray.LRPap.selector |
(package private) Ops.IntAndLongPredicate |
AbstractParallelAnyArray.LROMPap.selector |
(package private) Ops.IntAndLongPredicate |
AbstractParallelAnyArray.LROCPap.selector |
(package private) Ops.IntAndLongPredicate |
AbstractParallelAnyArray.LRDMPap.selector |
(package private) Ops.IntAndLongPredicate |
AbstractParallelAnyArray.LRDCPap.selector |
(package private) Ops.IntAndLongPredicate |
AbstractParallelAnyArray.LRLMPap.selector |
(package private) Ops.IntAndLongPredicate |
AbstractParallelAnyArray.LRLCPap.selector |
Modifier and Type | Method and Description |
---|---|
(package private) static Ops.IntAndLongPredicate |
AbstractParallelAnyArray.compoundIndexedSelector(Ops.IntAndLongPredicate fst,
Ops.IntAndLongPredicate snd) |
(package private) static Ops.IntAndLongPredicate |
AbstractParallelAnyArray.compoundIndexedSelector(Ops.IntAndLongPredicate fst,
Ops.LongPredicate snd) |
(package private) static Ops.IntAndLongPredicate |
AbstractParallelAnyArray.compoundIndexedSelector(Ops.LongPredicate fst,
Ops.IntAndLongPredicate snd) |
(package private) static Ops.IntAndLongPredicate |
AbstractParallelAnyArray.indexedSelector(Ops.BinaryLongPredicate bp,
ParallelLongArrayWithLongMapping u,
int origin) |
Modifier and Type | Method and Description |
---|---|
(package private) static Ops.IntAndLongPredicate |
AbstractParallelAnyArray.compoundIndexedSelector(Ops.IntAndLongPredicate fst,
Ops.IntAndLongPredicate snd) |
(package private) static Ops.IntAndLongPredicate |
AbstractParallelAnyArray.compoundIndexedSelector(Ops.IntAndLongPredicate fst,
Ops.LongPredicate snd) |
(package private) static Ops.IntAndLongPredicate |
AbstractParallelAnyArray.compoundIndexedSelector(Ops.LongPredicate fst,
Ops.IntAndLongPredicate snd) |
ParallelLongArrayWithFilter |
AbstractParallelAnyArray.LUPap.withIndexedFilter(Ops.IntAndLongPredicate selector) |
ParallelLongArrayWithFilter |
AbstractParallelAnyArray.LFPap.withIndexedFilter(Ops.IntAndLongPredicate selector) |
ParallelLongArrayWithFilter |
AbstractParallelAnyArray.LRPap.withIndexedFilter(Ops.IntAndLongPredicate selector) |
ParallelLongArrayWithFilter |
ParallelLongArray.withIndexedFilter(Ops.IntAndLongPredicate selector)
Returns an operation prefix that causes a method to operate
only on elements for which the given indexed selector returns
true.
|
abstract ParallelLongArrayWithFilter |
ParallelLongArrayWithFilter.withIndexedFilter(Ops.IntAndLongPredicate selector)
Returns an operation prefix that causes a method to operate
only on elements for which the current selector (if
present) and the given indexed selector returns true.
|
Constructor and Description |
---|
AbstractParallelAnyArray.LRDCPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
long[] array,
Ops.IntAndLongPredicate selector,
Ops.IntAndLongToDouble op) |
AbstractParallelAnyArray.LRDMPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
long[] array,
Ops.IntAndLongPredicate selector,
Ops.LongToDouble op) |
AbstractParallelAnyArray.LRLCPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
long[] array,
Ops.IntAndLongPredicate selector,
Ops.IntAndLongToLong op) |
AbstractParallelAnyArray.LRLMPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
long[] array,
Ops.IntAndLongPredicate selector,
Ops.LongOp op) |
AbstractParallelAnyArray.LROCPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
long[] array,
Ops.IntAndLongPredicate selector,
Ops.IntAndLongToObject<? extends U> op) |
AbstractParallelAnyArray.LROMPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
long[] array,
Ops.IntAndLongPredicate selector,
Ops.LongToObject<? extends U> op) |
AbstractParallelAnyArray.LRPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
long[] array,
Ops.IntAndLongPredicate selector) |