Uses of Interface
org.fest.util.CollectionFilter
-
Uses of CollectionFilter in org.fest.util
Classes in org.fest.util that implement CollectionFilterModifier and TypeClassDescriptionclass
TypeFilter<T>
Understands filtering elements of a collection by their data type.Methods in org.fest.util with parameters of type CollectionFilterModifier and TypeMethodDescriptionstatic <T> List<T>
Collections.filter
(Collection<?> target, CollectionFilter<T> filter)