org.jcon.data
Interface UnaryPredicate

All Known Implementing Classes:
AndCondition, FieldCriterion, NotCondition, OrCondition, PropertyMatch

public interface UnaryPredicate

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

Author:
Paul Reavis

Method Summary
 boolean execute(java.lang.Object victim)
           
 

Method Detail

execute

boolean execute(java.lang.Object victim)