public interface DataEntryFilter
Modifier and Type | Method and Description |
---|---|
boolean |
accepts(DataEntry dataEntry)
Checks whether the filter accepts the given data entry.
|
boolean accepts(DataEntry dataEntry)
dataEntry
- the data entry to filter.