Interface HxmFunctor

    • Method Detail

      • call

        HxmValue call​(HexalyModeler modeler,
                      java.util.List<HxmValue> arguments)
        The function to call with its arguments.
        Parameters:
        modeler - Modeler instance.
        arguments - List of modeler values passed to the function by the caller.
        Returns:
        Return value of the call.