Interface IPredicate

    • Method Detail

      • isBoolean

        default boolean isBoolean()
        Specified by:
        isBoolean in interface IExpression<java.lang.Boolean>
        Returns:
        true if the expression is of boolean type
      • isNumeric

        default boolean isNumeric()
        Specified by:
        isNumeric in interface IExpression<java.lang.Boolean>
        Returns:
        true if the expression is of numeric type
      • isComparable

        default boolean isComparable()
        Specified by:
        isComparable in interface IExpression<java.lang.Boolean>
        Returns:
        true if the expression is of comparable type