Uses of Interface
io.dialob.rule.parser.function.FunctionRegistry.FunctionCallback
-
Packages that use FunctionRegistry.FunctionCallback Package Description io.dialob.rule.parser.function -
-
Uses of FunctionRegistry.FunctionCallback in io.dialob.rule.parser.function
Methods in io.dialob.rule.parser.function with parameters of type FunctionRegistry.FunctionCallback Modifier and Type Method Description voidFunction. invoke(FunctionRegistry.FunctionCallback callback, @NotNull String functionName, Object... args)voidFunctionRegistry. invokeFunction(FunctionRegistry.FunctionCallback callback, @NotNull String functionName, Object... args)voidFunctionRegistry. invokeFunctionAsync(FunctionRegistry.FunctionCallback callback, @NotNull String functionName, Object... args)
-