I - input typeO - output typepublic interface FunctionInvoker<I,O>
| Modifier and Type | Method and Description | 
|---|---|
| O | invoke(FunctionDefinition definition,
      I input,
      Argument<O> outputType)Invoke the given function definition for the given input and expected response type. | 
O invoke(FunctionDefinition definition, I input, Argument<O> outputType)
definition - The definitioninput - The inputoutputType - The response type