Implementing a Custom Function

When you create a custom function, you must implement it as a method of a Java class. The method must have a public access qualifier. You can name the method anything you like, but you must define the argument types and the return value in the PublicTypes array of the CustomFunctionIfc interface.