AndreiBogdan
06/06/2023, 10:31 AMcombineLatest
method, but it returns an error
no suitable method found for combineLatest(BehaviorSubject,Observable,(requestCo[...]Count) method Observable.combineLatest(Function,int,ObservableSource...) is not applicable (cannot infer type-variable(s) T#1,R#1 (argument mismatch; BehaviorSubject cannot be converted to Function)) method /* ... */
Code is in Java as well. It can't infer i guess the value as being an Integer ... but I can't figure out how to cast it or put an <Integer>
somewhere ....
Help?! 😄