Class EqualityOperator

    • Constructor Detail

      • EqualityOperator

        public EqualityOperator()
    • Method Detail

      • apply

        public java.lang.Object apply​(java.lang.Object pLeft,
                                      java.lang.Object pRight,
                                      java.lang.Object pContext,
                                      Logger pLogger)
                               throws ELException
        Applies the operator to the given value
        Specified by:
        apply in class BinaryOperator
        Throws:
        ELException
      • apply

        public abstract boolean apply​(boolean pAreEqual,
                                      Logger pLogger)
        Applies the operator given the fact that the two elements are equal.