Class GreaterThanExpression<T,​R>

    • Constructor Detail

      • GreaterThanExpression

        public GreaterThanExpression​(ExpressionNode<T,​?> left,
                                     ExpressionNode<T,​?> right)
        Constructor initializes children expression list
        Parameters:
        left - Left child expression
        right - Right child expression
    • Method Detail

      • apply

        public Boolean apply​(T value)
        Performs GREATER THAN comparison using parameters and the value supplied
        Parameters:
        value - Object to handle
        Returns:
        Boolean result of value evaluation