org.apache.commons.collections.functors
public final class ExceptionPredicate extends Object implements Predicate, Serializable
Since: Commons Collections 3.0
Version: $Revision: 348444 $ $Date: 2005-11-23 14:06:56 +0000 (Wed, 23 Nov 2005) $
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