Skip to content

Commit fadb2b6

Browse files
committedJul 5, 2019
Apple removed AnyPublisher closure variation similar to Observable.create.
https://twitter.com/freak4pc/status/1146463735151845377
1 parent be35307 commit fadb2b6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
 

‎Data/operators.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ combineLatest,"combineLatest, tryCombineLatest",
1010
compactMap,"compactMap, tryCompactMap",
1111
concat,"append, prepend",
1212
concatMap,❌,
13-
create,AnyPublisher,"AnyPublisher has an initializer with an anonymous closure, similar to Observable.create"
13+
create,❌,Apple removed AnyPublisher with a closure in Xcode 11 beta 3 :-(
1414
debounce,debounce,
1515
debug,print,
1616
deferred,Publishers.Deferred,

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ It's based on the following blog post: [https://medium.com/gett-engineering/rxsw
5858
| compactMap | compactMap, tryCompactMap | |
5959
| concat | append, prepend | |
6060
| concatMap || |
61-
| create | AnyPublisher | AnyPublisher has an initializer with an anonymous closure, similar to Observable.create |
61+
| create | | Apple removed AnyPublisher with a closure in Xcode 11 beta 3 :-( |
6262
| debounce | debounce | |
6363
| debug | print | |
6464
| deferred | Publishers.Deferred | |

‎Resources/operators.jpg

-5.06 KB
Loading

0 commit comments

Comments
 (0)
Failed to load comments.