public interface ListFilter<T> extends Filter<T>
| Modifier and Type | Method and Description |
|---|---|
default List<T> |
filter(List<T> list)
Deprecated.
ATTENTION: is not really deprecated just for compatibility reasons, will be not deprecated in release 2.0
|
default List<T> filter(List<T> list) throws CouldNotPerformException
filter in interface Filter<T>list - the list which is filteredCouldNotPerformException - if an error occurs while filteringCopyright © 2015–2018 openbase.org. All rights reserved.