Join Slack
Powered by
also, any reason an arg of type `Runnable` can be ...
# announcements
a
Andrew Gazelka
01/10/2019, 11:00 AM
also, any reason an arg of type
Runnable
can be called with
() -> Unit
but when the type is
Runnable...
?,
() -> Unit
cannot be called?
k
karelpeeters
01/10/2019, 11:19 AM
You need to give an example for that, but could be
https://kotlinlang.org/docs/reference/java-interop.html#sam-conversions
?
Open in Slack
Previous
Next