I see, it’s categorized into a nice bucket of "Typ...
# eap
o
I see, it’s categorized into a nice bucket of "Type inference for SAM conversion” group, in the "Type argument inference” pack of the "Call resolution” universe 🙂
p
Code like this.
Observable.combineLatest(prefsManager.singleBookFolders.asV2Observable(), prefsManager.singleBookFolders.asV2Observable(), BiFunction<Set<String>, Set<String>, Set<String>> { t1, t2 -> t1+t2 })