org.mule.util
Interface Predicate<T>

Type Parameters:
T - The type of the object to match

public interface Predicate<T>

Predicate class to match objects in a query.

Since:
3.5.0

Method Summary
 boolean evaluate(T t)
           
 

Method Detail

evaluate

boolean evaluate(T t)
Parameters:
t - The Object to evaluate
Returns:
true if the object matches the Predicate


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.