Rx.combineLatestToArray takes several input reactives, outputting the latest values from all sources as a combined array whenever one changes. Emitted arrays correspond in index to the sources.
combineLatestToObject is the same, but lets you use objects to ‘label’ the sources and resulting values.