selectFunction
fun <I : ShakeInvokable, T : ShakeType> selectFunction(functions: List<I>, parameters: List<T>): I?(source)
Select the best function for the given parameters
Return
The best function or null if no function was found
Parameters
functions
The functions to select from
parameters
The parameters to select the function for