Interface Predicate<T>
- Type Parameters:
 T- the value type
- All Superinterfaces:
 Operation,Serializable
- All Known Implementing Classes:
 EvaluationFilter
Represents a predicate (boolean-valued function) of a value.
- 
Method Summary
 
- 
Method Details
- 
test
Evaluates this predicate on the given argument.- Parameters:
 input- the input argument- Returns:
 - true if the input matches the predicate, false otherwise
 
 
 -