Constructor and Description |
---|
IdentityFilter(T object)
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.
|
private final T object
public IdentityFilter(T object)
object
- The only object that should pass the filter