Skip to content

Commit 59a524c

Browse files
committedJul 5, 2019
Add of->Collection.publisher
1 parent fadb2b6 commit 59a524c

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
@@ -42,7 +42,7 @@ merge(maxConcurrent:),flatMap(maxPublishers:),
4242
multicast,multicast,
4343
never,Publishers.Empty(completeImmediately: false),
4444
observeOn,receive(on:),
45-
of,❌,
45+
of,Collection.publisher(),"In combine, you can do `[1, 2, 3].publisher()`"
4646
publish,makeConnectable,
4747
range,❌,
4848
reduce,"reduce, tryReduce",

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ It's based on the following blog post: [https://medium.com/gett-engineering/rxsw
9090
| multicast | multicast | |
9191
| never | Publishers.Empty(completeImmediately: false) | |
9292
| observeOn | receive(on:) | |
93-
| of | | |
93+
| of | Collection.publisher() | In combine, you can do `[1, 2, 3].publisher()` |
9494
| publish | makeConnectable | |
9595
| range || |
9696
| reduce | reduce, tryReduce | |

‎Resources/operators.jpg

9.95 KB
Loading

0 commit comments

Comments
 (0)
Failed to load comments.