|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.shapelogic.predicate.TruePredicate
public class TruePredicate
Predicate that always return true.
Same name as Apache Commons.
Field Summary | |
---|---|
static TruePredicate |
TRUE_PREDICATE
|
Constructor Summary | |
---|---|
TruePredicate()
|
Method Summary | |
---|---|
boolean |
evaluate(java.lang.Object input)
Checks if a binary predicate relation holds. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static TruePredicate TRUE_PREDICATE
Constructor Detail |
---|
public TruePredicate()
Method Detail |
---|
public boolean evaluate(java.lang.Object input)
Predicate
evaluate
in interface Predicate
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |