public class NotNullFilter<T> extends Object implements Filter<T>
NotNullFilter(boolean pass)
boolean
evaluate(T object)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NotNullFilter(boolean pass)
public boolean evaluate(T object)
Filter
evaluate
Filter<T>
object