T - the generic type of the elements to return by the filter.public interface CollectionFilter<T>
| Modifier and Type | Method and Description |
|---|---|
List<T> |
filter(Collection<?> target) |
List<T> filter(Collection<?> target)
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.