Skip to content

Commit 2d232b2

Browse files
r-plusfreak4pc
authored andcommitted
Apple removed Publishers.Optional at least in Xcode 11 GM (#12)
1 parent ed00531 commit 2d232b2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Data/core_components.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ConnectableObservableType,ConnectablePublisher,
88
Disposable,Cancellable,
99
DisposeBag,A collection of AnyCancellables,"Call anyCancellable.store(in: collection), where collection can be an array, a set, or any other RangeReplaceableCollection"
1010
Driver,BindableObject (SwiftUI),"Both guarantee no failure, but Driver guarantees delivery on Main Thread. In Combine, SwiftUI recreates the entire view hierarachy on the Main Thread, instead."
11-
Maybe,Publishers.Optional,
11+
Maybe,❌,Apple removed Publishers.Optional.
1212
Observable,Publisher,
1313
Observer,Subscriber,
1414
PublishRelay,❌,"Simple wrapper around PublishSubject, could be easily recreated in Combine"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ It's based on the following blog post: [https://medium.com/gett-engineering/rxsw
2828
| Disposable | Cancellable | |
2929
| DisposeBag | A collection of AnyCancellables | Call anyCancellable.store(in: collection), where collection can be an array, a set, or any other RangeReplaceableCollection |
3030
| Driver | BindableObject (SwiftUI) | Both guarantee no failure, but Driver guarantees delivery on Main Thread. In Combine, SwiftUI recreates the entire view hierarachy on the Main Thread, instead. |
31-
| Maybe | Publishers.Optional | |
31+
| Maybe | | Apple removed Publishers.Optional. |
3232
| Observable | Publisher | |
3333
| Observer | Subscriber | |
3434
| PublishRelay || Simple wrapper around PublishSubject, could be easily recreated in Combine |

Resources/core_components.jpg

4.25 KB
Loading

0 commit comments

Comments
 (0)