Package | Description |
---|---|
groovyx.gpars.extra166y |
Collections supporting parallel operations.
|
Modifier and Type | Field and Description |
---|---|
(package private) Ops.DoublePredicate |
AbstractParallelAnyArray.DFPap.selector |
(package private) Ops.DoublePredicate |
AbstractParallelAnyArray.DFOMPap.selector |
(package private) Ops.DoublePredicate |
AbstractParallelAnyArray.DFOCPap.selector |
(package private) Ops.DoublePredicate |
AbstractParallelAnyArray.DFDMPap.selector |
(package private) Ops.DoublePredicate |
AbstractParallelAnyArray.DFDCPap.selector |
(package private) Ops.DoublePredicate |
AbstractParallelAnyArray.DFLMPap.selector |
(package private) Ops.DoublePredicate |
AbstractParallelAnyArray.DFLCPap.selector |
Modifier and Type | Method and Description |
---|---|
static Ops.DoublePredicate |
CommonOps.andPredicate(Ops.DoublePredicate first,
Ops.DoublePredicate second)
Returns a predicate evaluating to the conjunction of its contained predicates.
|
static Ops.DoublePredicate |
CommonOps.notPredicate(Ops.DoublePredicate pred)
Returns a predicate evaluating to the negation of its contained predicate.
|
static Ops.DoublePredicate |
CommonOps.orPredicate(Ops.DoublePredicate first,
Ops.DoublePredicate second)
Returns a predicate evaluating to the disjunction of its contained predicates.
|
Modifier and Type | Method and Description |
---|---|
static Ops.DoublePredicate |
CommonOps.andPredicate(Ops.DoublePredicate first,
Ops.DoublePredicate second)
Returns a predicate evaluating to the conjunction of its contained predicates.
|
(package private) static Ops.IntAndDoublePredicate |
AbstractParallelAnyArray.compoundIndexedSelector(Ops.DoublePredicate fst,
Ops.IntAndDoublePredicate snd) |
(package private) static Ops.IntAndDoublePredicate |
AbstractParallelAnyArray.compoundIndexedSelector(Ops.IntAndDoublePredicate fst,
Ops.DoublePredicate snd) |
static Ops.DoublePredicate |
CommonOps.notPredicate(Ops.DoublePredicate pred)
Returns a predicate evaluating to the negation of its contained predicate.
|
static Ops.DoublePredicate |
CommonOps.orPredicate(Ops.DoublePredicate first,
Ops.DoublePredicate second)
Returns a predicate evaluating to the disjunction of its contained predicates.
|
ParallelDoubleArray |
ParallelDoubleArray.removeAll(Ops.DoublePredicate selector)
Removes from the array all elements for which the given
selector holds.
|
ParallelDoubleArrayWithFilter |
AbstractParallelAnyArray.DUPap.withFilter(Ops.DoublePredicate selector) |
ParallelDoubleArrayWithFilter |
AbstractParallelAnyArray.DFPap.withFilter(Ops.DoublePredicate selector) |
ParallelDoubleArrayWithFilter |
AbstractParallelAnyArray.DRPap.withFilter(Ops.DoublePredicate selector) |
ParallelDoubleArrayWithFilter |
ParallelDoubleArray.withFilter(Ops.DoublePredicate 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 ParallelDoubleArrayWithFilter |
ParallelDoubleArrayWithFilter.withFilter(Ops.DoublePredicate 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.DFDCPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
double[] array,
Ops.DoublePredicate selector,
Ops.IntAndDoubleToDouble op) |
AbstractParallelAnyArray.DFDMPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
double[] array,
Ops.DoublePredicate selector,
Ops.DoubleOp op) |
AbstractParallelAnyArray.DFLCPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
double[] array,
Ops.DoublePredicate selector,
Ops.IntAndDoubleToLong op) |
AbstractParallelAnyArray.DFLMPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
double[] array,
Ops.DoublePredicate selector,
Ops.DoubleToLong op) |
AbstractParallelAnyArray.DFOCPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
double[] array,
Ops.DoublePredicate selector,
Ops.IntAndDoubleToObject<? extends U> op) |
AbstractParallelAnyArray.DFOMPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
double[] array,
Ops.DoublePredicate selector,
Ops.DoubleToObject<? extends U> op) |
AbstractParallelAnyArray.DFPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
double[] array,
Ops.DoublePredicate selector) |