Package ortus.boxlang.runtime.operators
Class Not
java.lang.Object
ortus.boxlang.runtime.operators.Not
- All Implemented Interfaces:
IOperator
Performs boolean Negation
a = !bool-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Not
public Not()
-
-
Method Details
-
invoke
- Parameters:
object- The object to negate- Returns:
- The result
-