| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrx.util.functions.Not<T>
T - The type of the single input parameter.public class Not<T>
Implements the negation of a predicate.
| Constructor Summary | |
|---|---|
| Not(Func1<? super T,java.lang.Boolean> predicate)Constructs a predicate that returns true for each input that the source predicate returns false for and vice versa. | |
| Method Summary | |
|---|---|
|  java.lang.Boolean | call(T param) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Not(Func1<? super T,java.lang.Boolean> predicate)
predicate - The source predicate to negate.| Method Detail | 
|---|
public java.lang.Boolean call(T param)
call in interface Func1<T,java.lang.Boolean>| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||