public class NotInFilter extends FilterOperator<java.lang.Object[]>
filterParameter
Modifier | Constructor and Description |
---|---|
private |
NotInFilter(java.lang.Object... filterParameter) |
Modifier and Type | Method and Description |
---|---|
<E> Filters<E> |
applyOn(Filters<E> filters) |
boolean |
filter(java.lang.Object propertyValueOfCurrentElement) |
static NotInFilter |
notIn(java.lang.Object... valuesNotToMatch) |
public static NotInFilter notIn(java.lang.Object... valuesNotToMatch)
public boolean filter(java.lang.Object propertyValueOfCurrentElement)
public <E> Filters<E> applyOn(Filters<E> filters)
applyOn
in class FilterOperator<java.lang.Object[]>