public abstract class FilterOperator<T>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
COMBINING_OPERATOR_IS_NOT_SUPPORTED |
protected T |
filterParameter |
Modifier | Constructor and Description |
---|---|
protected |
FilterOperator(T filterValue) |
Modifier and Type | Method and Description |
---|---|
abstract <E> Filters<E> |
applyOn(Filters<E> filters) |
private static final java.lang.String COMBINING_OPERATOR_IS_NOT_SUPPORTED
protected final T filterParameter
protected FilterOperator(T filterValue)