In the meantime you can at least drop the explicit...
# android
r
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 })