Is it possible to send arguments from your app with multiple types to an Atlas App Services function?

Hello everyone,

I would like to know more about App Services functions and how it works.

The following question would be more specific about java integration and call of functions from App Services.
First of all, is it possible to call functions with arguments args differents than List<Type> args like List<String> for example ? Is it possible to send arguments with multiple types? If yes, how can we do it?