Class BetweenExpression<T,​R>

    • Constructor Detail

      • BetweenExpression

        public BetweenExpression​(String alias,
                                 ExpressionNode<T,​?> left,
                                 ExpressionNode<T,​?> low,
                                 ExpressionNode<T,​?> high)
        Constructor initializes children expression list
        Parameters:
        alias - Expression alias
        left - Left child expression
        low - Low child expression
        high - High child expression
    • Method Detail

      • apply

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