org.apache.commons.collections.functors
Class TruePredicate
- Predicate, Serializable
public final class TruePredicate
Predicate implementation that always returns true.
Version:
- Stephen Colebourne
- Commons Collections 3.0
boolean | evaluate(Object object) - Evaluates the predicate returning true always.
|
static Predicate | getInstance() - Factory returning the singleton instance.
|
INSTANCE
public static final Predicate INSTANCE
Singleton predicate instance
evaluate
public boolean evaluate(Object object)
Evaluates the predicate returning true always.
- evaluate in interface Predicate
object
- the input object
- true always
getInstance
public static Predicate getInstance()
Factory returning the singleton instance.
- the singleton instance
- Commons Collections 3.1
Copyright © 2001-2005 Apache Software Foundation. All Rights Reserved.