JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
net.ashwork.functionality.predicate.partial
Interface Not
All Known Subinterfaces:
AbstractBooleanPredicate1
<P>,
AbstractBytePredicate1
<P>,
AbstractCharPredicate1
<P>,
AbstractDoublePredicate1
<P>,
AbstractFloatPredicate1
<P>,
AbstractIntPredicate1
<P>,
AbstractLongPredicate1
<P>,
AbstractPredicate0
<P>,
AbstractPredicate1
<T1,P>,
AbstractPredicate2
<T1,T2,P>,
AbstractPredicateN
<P>,
AbstractShortPredicate1
<P>,
BooleanPredicate1
,
BytePredicate1
,
CharPredicate1
,
DoublePredicate1
,
FloatPredicate1
,
IntPredicate1
,
LogicalOperator
<T>,
LongPredicate1
,
Nand
<T>,
Nor
<T>,
OrNot
<T>,
Predicate0
,
Predicate1
<T1>,
Predicate2
<T1,T2>,
PredicateN
,
ShortPredicate1
,
Sub
<T>,
Xnor
<T>,
Xor
<T>
All Known Implementing Classes:
PredicateN.Instance
public interface
Not
An object which can provide its complement.
Since:
1.0.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Not
not
()
Gets the complement of this object.
Method Detail
not
Not
not()
Gets the complement of this object. This is the equivalent of calling
~A
or a logical
NOT
.
Returns:
a complement of this object
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method