Package | Description |
---|---|
groovyx.gpars.extra166y |
Collections supporting parallel operations.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
CommonOps.IntEqualityPredicate |
(package private) static class |
CommonOps.IntInequalityPredicate |
Modifier and Type | Method and Description |
---|---|
static Ops.BinaryIntPredicate |
CommonOps.intEqualityPredicate()
Returns a predicate evaluating to true if the
first argument
== the second. |
static Ops.BinaryIntPredicate |
CommonOps.intInequalityPredicate()
Returns a predicate evaluating to true if the
first argument
!= the second. |