ilog.views.util.collections
Interface IlvUnaryPredicate

All Known Subinterfaces:
IlvFilter
All Known Implementing Classes:
IlvAbstractFilter

public interface IlvUnaryPredicate

IlvUnaryPredicate defines the abstract behavior of a predicate that take a single argument and evaluates to a boolean result.

Since:
JViews 5.5

Method Summary
 boolean evaluate(Object obj)
          Returns the result of evaluating this predicate with the specified object.
 

Method Detail

evaluate

boolean evaluate(Object obj)
Returns the result of evaluating this predicate with the specified object.

Parameters:
obj - The object to evaluate.
Returns:
The result of the evaluation.


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.