Modifier and Type | Field and Description |
---|---|
private boolean |
pass |
Constructor and Description |
---|
StaticFilter(boolean pass)
Create a new filter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(T object)
Evaluate if the given object should pass the filter or not.
|