Class Not

java.lang.Object
ortus.boxlang.runtime.operators.Not
All Implemented Interfaces:
IOperator

public class Not extends Object implements IOperator
Performs boolean Negation a = !bool
  • Constructor Details

    • Not

      public Not()
  • Method Details

    • invoke

      public static Boolean invoke(Object object)
      Parameters:
      object - The object to negate
      Returns:
      The result