Package org.assertj.core.api.filter
Class NotFilter
- java.lang.Object
-
- org.assertj.core.api.filter.FilterOperator<java.lang.Object>
-
- org.assertj.core.api.filter.NotFilter
-
public class NotFilter extends FilterOperator<java.lang.Object>
-
-
Field Summary
-
Fields inherited from class org.assertj.core.api.filter.FilterOperator
filterParameter
-
-
Constructor Summary
Constructors Modifier Constructor Description private
NotFilter(java.lang.Object filterParameter)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <E> Filters<E>
applyOn(Filters<E> filters)
static NotFilter
not(java.lang.Object valueNotToMatch)
-
-
-
Method Detail
-
not
public static NotFilter not(java.lang.Object valueNotToMatch)
-
applyOn
public <E> Filters<E> applyOn(Filters<E> filters)
- Specified by:
applyOn
in classFilterOperator<java.lang.Object>
-
-