Package mondrian.calc

Interface BooleanCalc

    • Method Detail

      • evaluateBoolean

        boolean evaluateBoolean​(Evaluator evaluator)
        Evaluates this expression to yield a boolean value. If the result is null, returns the special FunUtil.BooleanNull value.
        Parameters:
        evaluator - Evaluation context
        Returns:
        evaluation result