Interface ComparativeFilter<T>

All Superinterfaces:
DebugDumpable, Freezable, Itemable, ItemFilter, ObjectFilter, PropertyValueFilter<T>, Revivable, Serializable, ValueFilter<PrismPropertyValue<T>,PrismPropertyDefinition<T>>
All Known Subinterfaces:
GreaterFilter<T>, LessFilter<T>

public interface ComparativeFilter<T> extends PropertyValueFilter<T>