Class And

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

public class And extends Object implements IOperator
Performs Logical "and" true && true
  • Constructor Details

    • And

      public And()
  • Method Details

    • invoke

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