public interface  org.apache.commons.collections.Predicate extends java.lang.Object
{
public abstract boolean evaluate(java.lang.Object);
}