public interface org.apache.camel.Predicate extends java.lang.Object { public abstract boolean matches(org.apache.camel.Exchange); }