And now you can also drop the explicit type declar...
# android
r
And now you can also drop the explicit type declaration:
Copy code
val notWorking = Observable.combineLatest(os, oi) { s, i -> s }