|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Ops.DoublePredicate | |
---|---|
groovyx.gpars.extra166y | Collections supporting parallel operations. |
Uses of Ops.DoublePredicate in groovyx.gpars.extra166y |
---|
Fields in groovyx.gpars.extra166y declared as Ops.DoublePredicate | |
---|---|
(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
|
Methods in groovyx.gpars.extra166y that return Ops.DoublePredicate | |
---|---|
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 |
Methods in groovyx.gpars.extra166y with parameters of type Ops.DoublePredicate | |
---|---|
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 |
Constructors in groovyx.gpars.extra166y with parameters of type Ops.DoublePredicate | |
---|---|
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)
|
|
Copyright © 2008–2012 Václav Pech. All Rights Reserved. | |||||||||
PREV NEXT | FRAMES NO FRAMES |