public interface IFilter<T>
| Modifier and Type | Field and Description |
|---|---|
static IFilter<Object> |
ALWAYS
A filter that always returns true.
|
static IFilter<Object> |
NEVER
A filter that always returns false.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(T obj)
Test if an object passes the filter.
|
Copyright © 2015. All Rights Reserved.