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 Summary

    Modifier and Type
    Method
    Description
    filter(Collection<?> target)