net.sourceforge.pmd.util.filter

Interface Filter<T>

public interface Filter<T>

A Filter interface, used for filtering arbitrary objects.

Parameters: The underlying type on which the filter applies.

Method Summary
booleanfilter(T obj)

Method Detail

filter

public boolean filter(T obj)