org.littleshoot.util
Interface Predicate<T>

Type Parameters:
T - The type of object expected by this predicate.

public interface Predicate<T>

A predicate.


Method Summary
 boolean evaluate(T object)
          Evaluates an object to a boolean value.
 

Method Detail

evaluate

boolean evaluate(T object)
Evaluates an object to a boolean value.

Parameters:
object - The object to evaluate.
Returns:
The result of the evaluation by this predicate.


Copyright © 2011-2013 LittleShoot. All Rights Reserved.