public interface IFilter<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
select(T element)
Checks if the given element should be selected.
|
boolean select(T element)
element - The element to test.true handle element, false ignore element.