Package | Description |
---|---|
groovyx.gpars.extra166y |
Collections supporting parallel operations.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
CommonOps.DoubleEqualityPredicate |
(package private) static class |
CommonOps.DoubleInequalityPredicate |
Modifier and Type | Method and Description |
---|---|
static Ops.BinaryDoublePredicate |
CommonOps.doubleEqualityPredicate()
Returns a predicate evaluating to true if the
first argument
== the second. |
static Ops.BinaryDoublePredicate |
CommonOps.doubleInequalityPredicate()
Returns a predicate evaluating to true if the
first argument
!= the second. |
Modifier and Type | Method and Description |
---|---|
(package private) static Ops.IntAndDoublePredicate |
AbstractParallelAnyArray.indexedSelector(Ops.BinaryDoublePredicate bp,
ParallelDoubleArrayWithDoubleMapping u,
int origin) |
ParallelDoubleArrayWithFilter |
ParallelDoubleArray.withFilter(Ops.BinaryDoublePredicate selector,
ParallelDoubleArrayWithDoubleMapping other)
Returns an operation prefix that causes a method to operate
only on elements for which the given binary selector returns
true.
|
ParallelDoubleArrayWithFilter |
ParallelDoubleArrayWithFilter.withFilter(Ops.BinaryDoublePredicate selector,
ParallelDoubleArrayWithDoubleMapping 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.
|