DeclarativeHub / ReactiveKit

A Swift Reactive Programming Kit
MIT License
1.24k stars 114 forks source link

Can you combineLatest multiple Observables? #205

Open hungeric opened 5 years ago

hungeric commented 5 years ago

Hello, first time doing react, tried to research my problem but mostly are RxSwift answers, so I will try here. I can combine multiple SafeSignal, by multiple I mean like 5 or more using combineLatest i was wondering if I can do that for Observable, I tried but did not succeed, it seems there is method in Observable also called combineLatest, but it only takes one argument. Is there a way to combineLatest multiple Observable? if so is there an example? Many thanks

bart-kneepkens commented 2 years ago

I'm also interested