Skip to content

Commit 4ab0a4f

Browse files
dsk1306freak4pc
authored andcommitted
Updated empty equivalent for xCode beta 4 (#10)
1 parent 7d11514 commit 4ab0a4f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Data/operators.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dematerialize,❌,
2020
distinctUntilChanged,"removeDuplicates, tryRemoveDuplicates",
2121
do,handleEvents,
2222
elementAt,output(at:),
23-
empty,Publishers.Empty(completeImmediately: true),
23+
empty,Empty(completeImmediately: true),
2424
enumerated,❌,
2525
error,Publishers.Fail,
2626
filter,"filter, tryFilter",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ It's based on the following blog post: [https://medium.com/gett-engineering/rxsw
6868
| distinctUntilChanged | removeDuplicates, tryRemoveDuplicates | |
6969
| do | handleEvents | |
7070
| elementAt | output(at:) | |
71-
| empty | Publishers.Empty(completeImmediately: true) | |
71+
| empty | Empty(completeImmediately: true) | |
7272
| enumerated || |
7373
| error | Publishers.Fail | |
7474
| filter | filter, tryFilter | |

Resources/operators.jpg

-2.45 KB
Loading

0 commit comments

Comments
 (0)