de.unkrig.commons.lang.protocol
Interface Predicate<T>

Type Parameters:
T -
All Known Implementing Classes:
Glob, IncludeExclude

public interface Predicate<T>

An entity that tests whether a subject of type T fulfils a particular condition.


Method Summary
 boolean evaluate(T subject)
           
 

Method Detail

evaluate

boolean evaluate(T subject)
Returns:
Whether the subject fulfils a particular condition