org.apache.commons.collections.functors
public final class ExceptionPredicate extends Object implements Predicate, Serializable
Since: Commons Collections 3.0
Version: $Revision: 1.7 $ $Date: 2004/05/16 11:16:01 $
Field Summary | |
---|---|
static Predicate | INSTANCE Singleton predicate instance |
Method Summary | |
---|---|
boolean | evaluate(Object object)
Evaluates the predicate always throwing an exception.
|
static Predicate | getInstance()
Factory returning the singleton instance.
|
Parameters: object the input object
Returns: never
Throws: FunctorException always
Returns: the singleton instance
Since: Commons Collections 3.1