DATATYPE - The type of object to filter.public interface IFilter<DATATYPE>
IFilterWithParameter instead.| Modifier and Type | Method and Description |
|---|---|
boolean |
matchesFilter(DATATYPE aValue)
Check if the given value matches the filter or not.
|
@DevelopersNote(value="No @Nullable annotation as we can make no assumptions on the state") boolean matchesFilter(DATATYPE aValue)
aValue - The object to filter. May be null depending on the
implementation.true if the object match the filter,
false otherwise.Copyright © 2006–2015 phloc systems. All rights reserved.