|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.jutil.predicate.AbstractPredicate
|
+--org.jutil.predicate.TotalPredicate
|
+--org.jutil.predicate.PrimitiveTotalPredicate
|
+--org.jutil.predicate.True
A special total predicate that always returns true for
eval().

| Field Summary | |
static java.lang.String |
CVS_REVISION
|
| Constructor Summary | |
True()
|
|
| Method Summary | |
boolean |
eval(java.lang.Object object)
Evaluate this Predicate for the given object. |
| Methods inherited from class org.jutil.predicate.PrimitiveTotalPredicate |
getSubPredicates, nbSubPredicates |
| Methods inherited from class org.jutil.predicate.TotalPredicate |
count, exists, filter, forall, isValidElement |
| Methods inherited from class org.jutil.predicate.AbstractPredicate |
equals |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String CVS_REVISION
| Constructor Detail |
public True()
| Method Detail |
public boolean eval(java.lang.Object object)
Predicate
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||