public class NotFilter extends FilterOperator<java.lang.Object>
filterParameter
Modifier | Constructor and Description |
---|---|
private |
NotFilter(java.lang.Object filterParameter) |
Modifier and Type | Method and Description |
---|---|
<E> Filters<E> |
applyOn(Filters<E> filters) |
(package private) boolean |
filter(java.lang.Object propertyValueOfCurrentElement) |
static NotFilter |
not(java.lang.Object valueNotToMatch) |
public static NotFilter not(java.lang.Object valueNotToMatch)
boolean filter(java.lang.Object propertyValueOfCurrentElement)
public <E> Filters<E> applyOn(Filters<E> filters)
applyOn
in class FilterOperator<java.lang.Object>