Join Slack
Communities
Powered by
so is there whay how to get from Method to Functio...
# announcements
o
Olekss
01/21/2018, 7:00 PM
so is there whay how to get from Method to Function1 ?
i
ilya.gorbunov
01/21/2018, 9:48 PM
Just wrap it in a function:
Copy code
{ arg: List<Int> -> method.invoke(instance, arg) as List<String> }
4
Views
Open in Slack
Previous
Next