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 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.