KernelFunctionFromMethod.ImplementationFunc<T> Interface     
    Type Parameters
- T
- the return type of the function 
public static interface KernelFunctionFromMethod.ImplementationFunc<T>
Concrete implementation of the abstract method in KernelFunction.
Method Summary
| Modifier and Type | Method and Description | 
|---|---|
| default
									Function | invoke(Kernel kernel, KernelFunction<T> function, KernelFunctionArguments arguments, ContextVariableType<T> variableType, InvocationContext invocationContext) Invokes the function. | 
| abstract
									reactor.core.publisher.Mono<Function | invokeAsync(Kernel kernel, KernelFunction<T> function, KernelFunctionArguments arguments, ContextVariableType<T> variableType, InvocationContext invocationContext) Invokes the function. | 
Method Details
invoke
public default FunctionResult
Invokes the function.
Parameters:
Returns:
invokeAsync
public abstract Mono
Invokes the function.
Parameters:
Returns: