ReactiveX / RxSwift

Reactive Programming in Swift
MIT License
24.37k stars 4.17k forks source link

Provide `Infallible` versions of `combineLatest` without `resultSelector` requirement #2508

Closed hallee closed 1 year ago

hallee commented 1 year ago

Observable has helper extensions for combineLatest that implement a basic default resultSelector which makes combineLatest much more ergonomic to work with.

This PR implements Infallible versions of these helpers.