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.04k stars 125 forks source link

Probably a spot for Maybe #16

Open Prince2k3 opened 4 years ago

Prince2k3 commented 4 years ago

I noticed on in the code Optional.Publisher which was Publishers.Optional. Would this be like Maybe in rxSwift?