Uses of Interface
groovyx.gpars.extra166y.Ops.BinaryIntPredicate

Packages that use Ops.BinaryIntPredicate
groovyx.gpars.extra166y Collections supporting parallel operations. 
 

Uses of Ops.BinaryIntPredicate in groovyx.gpars.extra166y
 

Classes in groovyx.gpars.extra166y that implement Ops.BinaryIntPredicate
(package private) static class CommonOps.IntEqualityPredicate
           
(package private) static class CommonOps.IntInequalityPredicate
           
 

Methods in groovyx.gpars.extra166y that return Ops.BinaryIntPredicate
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 !
 


Copyright © 2008–2012 Václav Pech. All Rights Reserved.