public interface IlvUnaryPredicate<T>
IlvUnaryPredicate
defines the abstract behavior of a predicate that take a
single argument and evaluates to a boolean
result.Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(T obj)
Returns the result of evaluating this predicate with the specified object.
|
boolean evaluate(T obj)
obj
- The object to evaluate.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.