Class PowerFunction

    • Constructor Detail

      • PowerFunction

        public PowerFunction()
    • Method Detail

      • evaluate

        public java.lang.Object evaluate​(InvokeExpression expr,
                                         java.lang.Object ignored,
                                         InMemoryExpressionEvaluator eval)
        Description copied from interface: InvocationEvaluator
        Method to evaluate the InvokeExpression, as part of the overall evaluation defined by the InMemoryExpressionEvaluator.
        Specified by:
        evaluate in interface InvocationEvaluator
        Parameters:
        expr - The expression for invocation
        ignored - Value on which we are invoking
        eval - The overall evaluator for in-memory
        Returns:
        The result