Basically take the existing combineLatest proc and add at least a version for combining 3 observables, maybe even 4.
The main reason I didn't do it before was that I was already in the throws of the larger rewrite and combineLatest already isn't particularly the shortest operator. A version with more observables is going to require more very similar looking code.
Basically take the existing combineLatest proc and add at least a version for combining 3 observables, maybe even 4.
The main reason I didn't do it before was that I was already in the throws of the larger rewrite and combineLatest already isn't particularly the shortest operator. A version with more observables is going to require more very similar looking code.