Class PureFunction

    • Constructor Detail

      • PureFunction

        public PureFunction()
    • Method Detail

      • call

        public final Object call​(Properties bindings,
                                 Object[] args)
        Computes the value of the function on the given arguments
        Specified by:
        call in interface Function
        Parameters:
        bindings - the evaluation context
        args - the values of the arguments
        Returns:
        the return value of the function
      • call

        public abstract Object call​(Object[] args)
        Computes the value of the function on the given arguments
        Parameters:
        args - the values of the arguments
        Returns:
        the return value of the function