Hi, I need to have a collection of generic functions, but I can't get it done in the way I like. I created a
List[(Any)=>Unit]
but as soon as I try to insert a function, for example a
String=>Unit
I get an error. How could I declare a generic function collection that does not consider parameter and return values types?