T - the type of object the predicate usespublic abstract class TypedPredicate<T> extends Object implements org.apache.commons.collections.Predicate
| Constructor and Description |
|---|
TypedPredicate() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
eval(T value) |
boolean |
evaluate(Object value) |
Copyright © 2018. All rights reserved.