org.jcon.data
Interface BinaryPredicate


public interface BinaryPredicate

Reverse-engineered (with all due respect) from ObjectSpace's JGL - since I doubt this is their crown jewel :-)


Method Summary
 boolean execute(java.lang.Object a, java.lang.Object b)
           
 

Method Detail

execute

boolean execute(java.lang.Object a,
                java.lang.Object b)