https://www.learnrxjs.io/operators/combination/combinelatest.html
combineLatest(observable1...n, whatToDoWithThoseValues())
https://www.learnrxjs.io/operators/transformation/map.html
map( value -> whatToDoWithThatValueBeforeReturningIt() )
https://www.learnrxjs.io/operators/combination/combinelatest.html
combineLatest(observable1...n, whatToDoWithThoseValues())
https://www.learnrxjs.io/operators/transformation/map.html
map( value -> whatToDoWithThatValueBeforeReturningIt() )