https://kotlinlang.org logo
f

f.babic

03/09/2017, 10:18 AM
hey guys, can help me with RxJava + kotlin issue.. I have a list of Observables, and I want to compose them together, so that when each observable emits all it’s items(a finite amount), the composed observable emits onComplete, telling the system it’s done but I can’t seem to infer the type of the .zip() to be Array<TripModel>(in my case)
g

gildor

03/09/2017, 10:24 AM
Probably #rx is better channel for such question
f

f.babic

03/09/2017, 10:30 AM
didn’t realize there was that channel ^^