Interface FunctionCalculatorImpl.FixedFunctionHandler

  • All Superinterfaces:
    java.io.Serializable
    Enclosing class:
    FunctionCalculatorImpl
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    protected static interface FunctionCalculatorImpl.FixedFunctionHandler
    extends java.io.Serializable
    Handler for FixedFunction.
    • Method Detail

      • call

        java.lang.Number call​(FunctionCalculatorImpl.Functions functions,
                              java.util.List<java.lang.Number> arguments)
        Call the function.
        Parameters:
        functions - The function implementations.
        arguments - The function's argument(s).
        Returns:
        The function's value.