Class BaseFunctionLayer

    • Constructor Detail

      • BaseFunctionLayer

        public BaseFunctionLayer​(java.lang.String implName)
    • Method Detail

      • getParameter

        protected <O> O getParameter​(int index,
                                     java.lang.Object... parameters)
        This utils method returns a specific parameter and cast it with the expected type in the invoker.
        Type Parameters:
        O - Expected data type for the invoker.
        Parameters:
        index - Argument index.
        parameters - Arguments array.
        Returns:
        Parameter value.