ICEfaces 4.2.0
Java API Documentation
- java.lang.Object
-
- org.icefaces.ace.util.collections.TruePredicate
-
- All Implemented Interfaces:
- java.io.Serializable, Predicate
public final class TruePredicate
extends java.lang.Object
implements Predicate, java.io.Serializable
Predicate implementation that always returns true.
- Since:
- Commons Collections 3.0
- Version:
- $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
- Author:
- Stephen Colebourne
- See Also:
- Serialized Form
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
static Predicate |
INSTANCE
Singleton predicate instance
|
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
boolean |
evaluate(java.lang.Object object)
Evaluates the predicate returning true always.
|
static Predicate |
getInstance()
Factory returning the singleton instance.
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ICEfaces 4.2.0
Java API Documentation
Copyright 2017 ICEsoft Technologies Canada Corp., All Rights Reserved.