- All Implemented Interfaces:
Filter<T>
public class NotFilter<T>
extends Object
implements Filter<T>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
evaluate
public boolean evaluate(T object)
- Specified by:
evaluate
in interface Filter<T>