I
- input typeO
- output typepublic interface FunctionExecutor<I,O>
Allows executing the function configured by LocalFunctionRegistry.FUNCTION_NAME
Or a named function
Modifier and Type | Method and Description |
---|---|
O |
execute(I input)
Execute the function configured by
LocalFunctionRegistry.FUNCTION_NAME . |
O execute(I input)
LocalFunctionRegistry.FUNCTION_NAME
.input
- The input