Liferay 6.2-ce-ga5

com.liferay.portal.kernel.util
Interface PredicateFilter<T>

All Known Implementing Classes:
PrefixPredicateFilter

public interface PredicateFilter<T>


Method Summary
 boolean filter(T t)
           
 

Method Detail

filter

boolean filter(T t)

Liferay 6.2-ce-ga5