|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.m2technologies.open_arm.utilities.collections.NegativePredicate
Implementation of Predicate to negate a predicate given in the constructor. This predicate can be used to get a set of elements which don't fulfill a given predicate. If possible, use CollectionUtils#selectRejected instead.
Field Summary | |
protected Predicate |
predicateToNegate
|
Constructor Summary | |
NegativePredicate(Predicate predicateToNegate)
|
Method Summary | |
boolean |
evaluate(java.lang.Object o)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Predicate predicateToNegate
Constructor Detail |
public NegativePredicate(Predicate predicateToNegate)
Method Detail |
public boolean evaluate(java.lang.Object o)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |