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