Uses of Class
org.springframework.rules.constraint.ComparisonBinaryPredicate

Packages that use ComparisonBinaryPredicate
org.springframework.rules.constraint Out of the box predicates that address common needs such as comparison and composition. 
 

Uses of ComparisonBinaryPredicate in org.springframework.rules.constraint
 

Subclasses of ComparisonBinaryPredicate in org.springframework.rules.constraint
 class EqualTo
          Constraint that tests object equality (not identity.)
 class GreaterThan
          Predicate that tests if one comparable object is greater than another.
 class GreaterThanEqualTo
          Predicate that tests if one comparable object is greater than or equal to another.
 class LessThan
          Predicate that tests if one comparable object is less than another.
 class LessThanEqualTo
          Predicate that tests if one comparable object is less than or equal to another.
 



Copyright © 2004-2009 The Spring Framework. All Rights Reserved.