rxswift-to-combine-cheatsheet
rxswift-to-combine-cheatsheet copied to clipboard
RxSwift to Apple’s Combine Cheat Sheet
Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.20.1 to 0.23.4. Release notes Sourced from commonmarker's releases. v0.23.4 No release notes provided. v0.22.0 Drop ruby-enum (gjtorikian/commonmarker#140) v0.21.0 Add support for tasklist_item_checked=: gjtorikian/commonmarker#116 v0.20.2 Add command...
I believe the two in the title are equivalent. Shouldn't that be mentioned in the cheat sheet?
`concatMap` is a quite useful operator in the Rx world and it was a bit disappointing that Combine didn't have a built-in equivalent of it until I found that `flatMap`...
It's more like question not an issue. As I can see, in rxswift PublishSubject often used for binding + subscribing, e.g. the main idea of that class is to implement...
Issue [#13]
I noticed on in the code `Optional.Publisher` which was Publishers.Optional. Would this be like Maybe in rxSwift?
I think Publishers.Sequence is equal Observable.from. Publishers.Sequence argument conform Sequence. And Observable.from is the same But Observable.of isn't the same. ~~~ public static func from(_ sequence: Sequence, scheduler: RxSwift.ImmediateSchedulerType =...
Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.20.1 to 0.23.6. Release notes Sourced from commonmarker's releases. v0.23.6 What's Changed This release includes two updates from the upstream cmark-gfm library, namely: DoS vulnerability in autolink...
Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.20.1 to 0.23.9. Release notes Sourced from commonmarker's releases. v0.23.9 What's Changed Update to 0.29.0.gfm.11 by @anticomputer in gjtorikian/commonmarker#236 Full Changelog: https://github.com/gjtorikian/commonmarker/compare/v0.23.8...v0.23.9 v0.23.8 What's Changed Update cmark-upstream...