Join Slack
Powered by
I wrote a blog post about how nice Kotlin works wi...
# feed
f
fmd
03/23/2017, 6:37 PM
I wrote a blog post about how nice Kotlin works with RxJava (compared to Java). I hope you enjoy it:
https://pspdfkit.com/blog/2017/writing-concise-code-with-kotlin-and-rxjava/
s
suresh
03/24/2017, 10:05 AM
so the issue is only in java7..rt? Java 8 can convert SAM to lambda.
f
fmd
03/24/2017, 10:43 AM
Yes, but more advanced cleanup (e.g. with extension) is only doable in Kotlin
fmd
03/24/2017, 10:44 AM
Also, you could use Retrolambda in Java 7 to get lambdas too
fmd
03/24/2017, 10:44 AM
(which was the way to go on Android)
Open in Slack
Previous
Next