public class NotInFilter extends FilterOperator<Object[]>
filterParameter
Modifier and Type | Method and Description |
---|---|
<E> Filters<E> |
applyOn(Filters<E> filters) |
boolean |
filter(Object propertyValueOfCurrentElement) |
static NotInFilter |
notIn(Object... valuesNotToMatch) |
public static NotInFilter notIn(Object... valuesNotToMatch)
public boolean filter(Object propertyValueOfCurrentElement)
public <E> Filters<E> applyOn(Filters<E> filters)
applyOn
in class FilterOperator<Object[]>
Copyright © 2014–2019 AssertJ. All rights reserved.