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


public interface PredicateFilter<T>

Author:
Carlos Sierra Andrés

Method Summary
 boolean filter(T t)
           
 

Method Detail

filter

boolean filter(T t)