Modifier and Type | Field and Description |
---|---|
private java.util.Collection<? extends Filter<? super T>> |
parents |
Constructor and Description |
---|
OneOfFilter(java.util.Collection<? extends Filter<? super T>> parents)
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.
|