We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0084a commit afeb424Copy full SHA for afeb424
Data/operators.csv
@@ -4,7 +4,7 @@ asObserver(),eraseToAnySubject(),
4
bind(to:),`assign(to:on:)`,Assign uses a KeyPath which is really nice and useful. RxSwift needs a Binder / ObserverType to bind to.
5
buffer,buffer,
6
catchError,catch,
7
-catchErrorJustReturn,catch + just,
+catchErrorJustReturn,replaceError(with:),
8
combineLatest,"combineLatest, tryCombineLatest",
9
compactMap,"compactMap, tryCompactMap",
10
concat,"append, prepend",
@@ -18,7 +18,6 @@ filter,"filter, tryFilter",
18
first,"first, tryFirst",
19
flatMap,flatMap,
20
flatMapLatest,switchToLatest,
21
-ifEmpty(switchTo:),replaceEmpty(with:),
22
ignoreElements(),ignoreOutput(),
23
just(),Publishers.Just(),
24
map,"map, tryMap",
@@ -39,4 +38,4 @@ takeLast,last,
39
38
throttle,throttle,
40
timeout,timeout,
41
toArray(),collect(),
42
-zip,zip,
+zip,zip,
README.md
@@ -40,7 +40,7 @@ It's based on the following blog post: [https://medium.com/gett-engineering/rxsw
| bind(to:) | `assign(to:on:)` | Assign uses a KeyPath which is really nice and useful. RxSwift needs a Binder / ObserverType to bind to. |
| buffer | buffer | |
| catchError | catch | |
43
-| catchErrorJustReturn | catch + just | |
+| catchErrorJustReturn | replaceError(with:) | |
44
| combineLatest | combineLatest, tryCombineLatest | |
45
| compactMap | compactMap, tryCompactMap | |
46
| concat | append, prepend | |
@@ -54,7 +54,6 @@ It's based on the following blog post: [https://medium.com/gett-engineering/rxsw
54
| first | first, tryFirst | |
55
| flatMap | flatMap | |
56
| flatMapLatest | switchToLatest | |
57
-| ifEmpty(switchTo:) | replaceEmpty(with:) | |
58
| ignoreElements() | ignoreOutput() | |
59
| just() | Publishers.Just() | |
60
| map | map, tryMap | |
Resources/operators.jpg
-7.93 KB
0 commit comments