Package net.sf.basedb.util.filter
Class NotNullFilter<T>
- java.lang.Object
-
- net.sf.basedb.util.filter.NotNullFilter<T>
-
-
Constructor Summary
Constructors Constructor Description NotNullFilter(boolean pass)
Create a new filter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
evaluate(T object)
Evaluate if the given object should pass the filter or not.
-