functions

public abstract Tool.Builder functions(List<Method> functions)
@CanIgnoreReturnValue()
public Tool.Builder functions(Array<Method> functions)

Setter for functions.

functions: The java.lang.reflect.Method instance. If provided, it will to be parsed into a list of FunctionDeclaration instances, and be assigned to the functionDeclarations field.