public interface Filter
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
applyFilter(Collection<T> collection)
Applies the filter to a collection of objects, and retunrs the objects that match the filter
|
boolean |
evaluate(Object that)
Evaluates an object against the filter
|
boolean evaluate(Object that)
that - the object to evaluate<T> List<T> applyFilter(Collection<T> collection)
collection - Copyright © 2019 Open Circle Solutions. All rights reserved.