The method is 'returnType foo(type param1, type param2)', but as there is no such method, parameters
should be modified(wrapped) to array for further searching for method 'returnType foo(type[] params)'.
Binds conditional index for arrays that returns the first matching element like:
- arrayOfDrivers[@ age < 20];
- arrayOfDrivers[select all having gender == "Male"]