Package | Description |
---|---|
groovyx.gpars.extra166y |
Collections supporting parallel operations.
|
Modifier and Type | Field and Description |
---|---|
(package private) Ops.LongPredicate |
AbstractParallelAnyArray.LFPap.selector |
(package private) Ops.LongPredicate |
AbstractParallelAnyArray.LFOMPap.selector |
(package private) Ops.LongPredicate |
AbstractParallelAnyArray.LFOCPap.selector |
(package private) Ops.LongPredicate |
AbstractParallelAnyArray.LFDMPap.selector |
(package private) Ops.LongPredicate |
AbstractParallelAnyArray.LFDCPap.selector |
(package private) Ops.LongPredicate |
AbstractParallelAnyArray.LFLMPap.selector |
(package private) Ops.LongPredicate |
AbstractParallelAnyArray.LFLCPap.selector |
Modifier and Type | Method and Description |
---|---|
static Ops.LongPredicate |
CommonOps.andPredicate(Ops.LongPredicate first,
Ops.LongPredicate second)
Returns a predicate evaluating to the conjunction of its contained predicates.
|
static Ops.LongPredicate |
CommonOps.notPredicate(Ops.LongPredicate pred)
Returns a predicate evaluating to the negation of its contained predicate.
|
static Ops.LongPredicate |
CommonOps.orPredicate(Ops.LongPredicate first,
Ops.LongPredicate second)
Returns a predicate evaluating to the disjunction of its contained predicates.
|
Modifier and Type | Method and Description |
---|---|
static Ops.LongPredicate |
CommonOps.andPredicate(Ops.LongPredicate first,
Ops.LongPredicate second)
Returns a predicate evaluating to the conjunction of its contained predicates.
|
(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) |
static Ops.LongPredicate |
CommonOps.notPredicate(Ops.LongPredicate pred)
Returns a predicate evaluating to the negation of its contained predicate.
|
static Ops.LongPredicate |
CommonOps.orPredicate(Ops.LongPredicate first,
Ops.LongPredicate second)
Returns a predicate evaluating to the disjunction of its contained predicates.
|
ParallelLongArray |
ParallelLongArray.removeAll(Ops.LongPredicate selector)
Removes from the array all elements for which the given
selector holds.
|
ParallelLongArrayWithFilter |
AbstractParallelAnyArray.LUPap.withFilter(Ops.LongPredicate selector) |
ParallelLongArrayWithFilter |
AbstractParallelAnyArray.LFPap.withFilter(Ops.LongPredicate selector) |
ParallelLongArrayWithFilter |
AbstractParallelAnyArray.LRPap.withFilter(Ops.LongPredicate selector) |
ParallelLongArrayWithFilter |
ParallelLongArray.withFilter(Ops.LongPredicate selector)
Returns an operation prefix that causes a method to operate
only on the elements of the array for which the given selector
returns true.
|
abstract ParallelLongArrayWithFilter |
ParallelLongArrayWithFilter.withFilter(Ops.LongPredicate selector)
Returns an operation prefix that causes a method to operate
only on elements for which the current selector (if
present) and the given selector returns true.
|
Constructor and Description |
---|
AbstractParallelAnyArray.LFDCPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
long[] array,
Ops.LongPredicate selector,
Ops.IntAndLongToDouble op) |
AbstractParallelAnyArray.LFDMPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
long[] array,
Ops.LongPredicate selector,
Ops.LongToDouble op) |
AbstractParallelAnyArray.LFLCPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
long[] array,
Ops.LongPredicate selector,
Ops.IntAndLongToLong op) |
AbstractParallelAnyArray.LFLMPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
long[] array,
Ops.LongPredicate selector,
Ops.LongOp op) |
AbstractParallelAnyArray.LFOCPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
long[] array,
Ops.LongPredicate selector,
Ops.IntAndLongToObject<? extends U> op) |
AbstractParallelAnyArray.LFOMPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
long[] array,
Ops.LongPredicate selector,
Ops.LongToObject<? extends U> op) |
AbstractParallelAnyArray.LFPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
long[] array,
Ops.LongPredicate selector) |