Interface Filter<T>
-
- Type Parameters:
T
- the value type
- All Superinterfaces:
Predicate<T>
- All Known Implementing Classes:
AbstractFilter
,NumberFilter
,StringFilter
public interface Filter<T> extends Predicate<T>
An interface that represents the filter.