Modifier and Type | Method and Description |
---|---|
boolean |
accept(java.lang.Object value)
Determines whether the specified object is "accepted" by the filter.
|
static <T> Filter<T> |
instance()
Returns the singleton instance of this
NullFilter . |
java.lang.String |
toString() |
public static <T> Filter<T> instance()
NullFilter
.public boolean accept(java.lang.Object value)
public java.lang.String toString()
toString
in class java.lang.Object