CombineCommunity / rxswift-to-combine-cheatsheet

RxSwift to Apple’s Combine Cheat Sheet
https://medium.com/gett-engineering/rxswift-to-apples-combine-cheat-sheet-e9ce32b14c5b
MIT License
2.03k stars 125 forks source link

RxSwift `flatMapFirst` to Combine `flatMap(maxPublishers: .max(1))`? #25

Open danielt1263 opened 3 years ago

danielt1263 commented 3 years ago

I believe the two in the title are equivalent. Shouldn't that be mentioned in the cheat sheet?

freak4pc commented 3 years ago

They are not exactly the same: https://github.com/CombineCommunity/rxswift-to-combine-cheatsheet/pull/7