VRF.invokeVRFImpls()
Signature
void invokeVRFImpls (Object[] vrfImpls, Object[] args, Object[] returnValues)
Description
Invoke an array of virtual rule function implementations.
Parameters
Name | Type | Description |
vrfImpls | Object[] | An array of virtual rule function implementation objects (gotten from getVRFImpls or getVRFImplByName). |
args | Object[] | The input arguments. |
returnValues | Object[] | Optional. If non-null, the result of invoking each element of vrfImpls will be placed into returnValues in the same order as vrfImpls. Functions returning void will add null entries to returnValues. |