FlexOr.container
Interface BinaryPredicate

All Known Implementing Classes:
IntegerEqual, IntegerGreaterThan, IntegerGreaterThanEqual, IntegerLessThan, IntegerLessThanEqual, IntegerNotEqual, StringEqual, StringEqualIC, StringGreaterThan, StringGreaterThanEqual, StringGreaterThanEqualIC, StringGreaterThanIC, StringLessThan, StringLessThanEqual, StringLessThanEqualIC, StringLessThanIC, StringNotEqual, StringNotEqualIC

public interface BinaryPredicate


Method Summary
 boolean execute(java.lang.Object a, java.lang.Object b)
          Defines the method that makes the comparison.
 

Method Detail

execute

boolean execute(java.lang.Object a,
                java.lang.Object b)
Defines the method that makes the comparison.