T - type of the filtered elementspublic interface Filter<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(T data)
Determines whether the given data satisfies implementation specific criteria.
|
boolean accept(@NotNull
T data)
data - the data being assessed