public interface Filter<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(long currentTime,
T obj)
returns true if the filter matching with the event or false otherwise
|
boolean evaluate(long currentTime,
T obj)