Join Slack
Powered by
In the meantime you can at least drop the explicit...
# android
r
robin
01/27/2017, 9:56 AM
In the meantime you can at least drop the explicit parameter declaration for BiFunction:
Copy code
val works: Observable<String> = Observable.combineLatest(os, oi, BiFunction { s, i -> s })
2
Views
Open in Slack
Previous
Next