so is there whay how to get from Method to Functio...
# announcements
o
so is there whay how to get from Method to Function1 ?
i
Just wrap it in a function:
Copy code
{ arg: List<Int> -> method.invoke(instance, arg) as List<String> }