Join Slack
Powered by
As Kotlin is supposed to be interoperable with Jav...
# feed
d
dstarcev
08/19/2016, 11:02 AM
As Kotlin is supposed to be interoperable with Java, it would be great not to force Java programmers write Kotlin-specific code like this:
Copy code
registerCallback(() -> { /** do stuff */ return Unit.INSTANCE; })
Open in Slack
Previous
Next