All Packages Class Hierarchy This Package Previous Next Index
Class COM.objectspace.jgl.predicates.LogicalNot
java.lang.Object
|
+----COM.objectspace.jgl.predicates.LogicalNot
- public final class LogicalNot
- extends Object
- implements UnaryPredicate
LogicalNot is a unary predicate that returns true if its operand is equal to false.
-
LogicalNot()
-
-
execute(Object)
- Perform a logical NOT.
LogicalNot
public LogicalNot()
execute
public boolean execute(Object object)
- Perform a logical NOT.
- Parameters:
- object - The operand, which must be an instance of Boolean.
- Returns:
- true if the operand is equal to Boolean.FALSE.
All Packages Class Hierarchy This Package Previous Next Index