|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.util.core.Predicate<T>
ariba.util.core.NotPredicate<T>
public class NotPredicate<T>
Implements a boolean not of the contained predicate.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class ariba.util.core.Predicate |
---|
Predicate.Constant<T> |
Constructor Summary | |
---|---|
NotPredicate(Predicate<T> predicate)
|
Method Summary | |
---|---|
boolean |
evaluate(T t)
For NotPredicate to be true, the contained predicate must be false. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotPredicate(Predicate<T> predicate)
Method Detail |
---|
public boolean evaluate(T t)
evaluate
in class Predicate<T>
t
- of type T
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |