Package org.fest.util

Interface CollectionFilter<T>

  • Type Parameters:
    T - the generic type of the elements to return by the filter.
    All Known Implementing Classes:
    TypeFilter

    public interface CollectionFilter<T>
    Filters elements in a collection.
    Author:
    Yvonne Wang
    • Method Detail

      • filter

        java.util.List<T> filter​(java.util.Collection<?> target)