Class XOR

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

public class XOR extends Object implements IOperator
Performs logical XOR a = b XOR c
  • Constructor Details

    • XOR

      public XOR()
  • Method Details

    • invoke

      public static Boolean invoke(Object left, Object right)
      Parameters:
      left - The left operand
      right - The right operand
      Returns:
      The result