Join Slack
Powered by
<@U092308M7>: wow, that works! is there a possibil...
# announcements
a
adeln
10/03/2015, 3:23 PM
@orangy
: wow, that works! is there a possibility to pass functions that are inside of some object? object Module { fun inc(i: Long): Long = i + 1 } val x = listOf(1L, 2L).map(Module::inc) or something like that?
3
Views
Open in Slack
Previous
Next