package filter_ws12; public interface Predicate { boolean applies(T toWhat); }