Class AndFunction

All Implemented Interfaces:
Expression, Function, FunctionExpression, Factory

public class AndFunction extends FunctionExpressionImpl
This function is used to evaluate a And operator with a left and right operands
Author:
Erwan Bocher, CNRS, 2020
  • Field Details

  • Constructor Details

    • AndFunction

      public AndFunction()
      Creates a new instance of AndFunction
  • Method Details