Observable icon indicating copy to clipboard operation
Observable copied to clipboard

[Feature] Merge/Combine multiple observable

Open bfrolicher opened this issue 3 years ago • 0 comments

What do you thinks about adding something like combineLatest function ? This could be really useful when handling 2 or more observable values.

Like that

Observable.combine([observables]) { (values, oldValues) in 

}.add()

What would be your approche to do that ?

Ben

bfrolicher avatar Mar 08 '21 11:03 bfrolicher