Join Slack
Powered by
And now you can also drop the explicit type declar...
# android
r
robin
01/27/2017, 9:03 AM
And now you can also drop the explicit type declaration:
Copy code
val notWorking = Observable.combineLatest(os, oi) { s, i -> s }
2
Views
Open in Slack
Previous
Next