Interface StiCustomFunction


public interface StiCustomFunction
Custom function Copyright Stimulsoft
  • Method Details

    • getFunctionName

      String getFunctionName()
      Return function name
      Returns:
    • getParametersList

      List<Class> getParametersList()
    • invoke

      Object invoke(List<Object> args)
      Invoke custom function
      Parameters:
      args -
      Returns: