Package | Description |
---|---|
groovyx.gpars.extra166y |
Collections supporting parallel operations.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
CommonOps.LongEqualityPredicate |
(package private) static class |
CommonOps.LongInequalityPredicate |
Modifier and Type | Method and Description |
---|---|
static Ops.BinaryLongPredicate |
CommonOps.longEqualityPredicate()
Returns a predicate evaluating to true if the
first argument
== the second. |
static Ops.BinaryLongPredicate |
CommonOps.longInequalityPredicate()
Returns a predicate evaluating to true if the
first argument
== the second. |
Modifier and Type | Method and Description |
---|---|
(package private) static Ops.IntAndLongPredicate |
AbstractParallelAnyArray.indexedSelector(Ops.BinaryLongPredicate bp,
ParallelLongArrayWithLongMapping u,
int origin) |
ParallelLongArrayWithFilter |
ParallelLongArray.withFilter(Ops.BinaryLongPredicate selector,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate
only on elements for which the given binary selector returns
true.
|
ParallelLongArrayWithFilter |
ParallelLongArrayWithFilter.withFilter(Ops.BinaryLongPredicate selector,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate
only on elements for which the current selector (if
present) and the given binary selector returns true.
|