DATATYPE - The data type to filter.@Immutable public final class FilterNotNull<DATATYPE> extends Object implements ISerializableFilter<DATATYPE>
null values match.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static <DATATYPE> FilterNotNull<DATATYPE> |
getInstance() |
int |
hashCode() |
boolean |
matchesFilter(DATATYPE aValue)
Check if the given value matches the filter or not.
|
String |
toString() |
public boolean matchesFilter(@Nullable DATATYPE aValue)
IFiltermatchesFilter in interface IFilter<DATATYPE>aValue - The object to filter. May be null depending on the
implementation.true if the object match the filter,
false otherwise.@Nonnull public static <DATATYPE> FilterNotNull<DATATYPE> getInstance()
Copyright © 2006–2015 phloc systems. All rights reserved.