@@ -79,9 +79,9 @@ The Observer and Observable interfaces provide a generalized mechanism for push-
7979- [ ` distinct ` ] ( operators/distinct.md )
8080- [ ` distinctUntilChanged ` ] ( operators/distinctuntilchanged.md )
8181- [ ` do ` ] ( operators/do.md )
82- - [ ` doOnNext ` ] ( operators/doonnext.md )
83- - [ ` doOnError ` ] ( operators/doonerror.md )
8482- [ ` doOnCompleted ` ] ( operators/dooncompleted.md )
83+ - [ ` doOnError ` ] ( operators/doonerror.md )
84+ - [ ` doOnNext ` ] ( operators/doonnext.md )
8585- [ ` doWhile ` ] ( operators/dowhile.md )
8686- [ ` elementAt ` ] ( operators/elementat.md )
8787- [ ` every ` ] ( operators/every.md )
@@ -130,11 +130,8 @@ The Observer and Observable interfaces provide a generalized mechanism for push-
130130- [ ` publish ` ] ( operators/publish.md )
131131- [ ` publishLast ` ] ( operators/publishlast.md )
132132- [ ` publishValue ` ] ( operators/publishvalue.md )
133- - [ ` share ` ] ( operators/share.md )
134- - [ ` shareReplay ` ] ( operators/sharereplay.md )
135- - [ ` shareValue ` ] ( operators/sharevalue.md )
136- - [ ` refCount ` ] ( operators/refcount.md )
137133- [ ` reduce ` ] ( operators/reduce.md )
134+ - [ ` refCount ` ] ( operators/refcount.md )
138135- [ ` repeat ` ] ( operators/repeatproto.md )
139136- [ ` repeatWhen ` ] ( operators/repeatwhen.md )
140137- [ ` replay ` ] ( operators/replay.md )
@@ -148,6 +145,9 @@ The Observer and Observable interfaces provide a generalized mechanism for push-
148145- [ ` selectMany ` ] ( operators/selectmany.md )
149146- [ ` selectManyObserver ` ] ( operators/flatmapobserver.md )
150147- [ ` sequenceEqual ` ] ( operators/sequenceequal.md )
148+ - [ ` share ` ] ( operators/share.md )
149+ - [ ` shareReplay ` ] ( operators/sharereplay.md )
150+ - [ ` shareValue ` ] ( operators/sharevalue.md )
151151- [ ` single ` ] ( operators/single.md )
152152- [ ` singleInstance ` ] ( operators/singleinstance.md )
153153- [ ` skip ` ] ( operators/skip.md )
@@ -160,10 +160,10 @@ The Observer and Observable interfaces provide a generalized mechanism for push-
160160- [ ` some ` ] ( operators/some.md )
161161- [ ` startWith ` ] ( operators/startwith.md )
162162- [ ` subscribe | forEach ` ] ( operators/subscribe.md )
163- - [ ` subscribeOnNext ` ] ( operators/subscribeonnext.md )
164- - [ ` subscribeOnError ` ] ( operators/subscribeonerror.md )
165- - [ ` subscribeOnCompleted ` ] ( operators/subscribeoncompleted.md )
166163- [ ` subscribeOn ` ] ( operators/subscribeon.md )
164+ - [ ` subscribeOnCompleted ` ] ( operators/subscribeoncompleted.md )
165+ - [ ` subscribeOnError ` ] ( operators/subscribeonerror.md )
166+ - [ ` subscribeOnNext ` ] ( operators/subscribeonnext.md )
167167- [ ` sum ` ] ( operators/sum.md )
168168- [ ` switch | switchLatest ` ] ( operators/switch.md )
169169- [ ` switchFirst ` ] ( operators/switchfirst.md )
@@ -176,9 +176,9 @@ The Observer and Observable interfaces provide a generalized mechanism for push-
176176- [ ` takeUntilWithTime ` ] ( operators/takeuntilwithtime.md )
177177- [ ` takeWhile ` ] ( operators/takewhile.md )
178178- [ ` tap ` ] ( operators/do.md )
179- - [ ` tapOnNext ` ] ( operators/doonnext.md )
180- - [ ` tapOnError ` ] ( operators/doonerror.md )
181179- [ ` tapOnCompleted ` ] ( operators/dooncompleted.md )
180+ - [ ` tapOnError ` ] ( operators/doonerror.md )
181+ - [ ` tapOnNext ` ] ( operators/doonnext.md )
182182- [ ` throttle ` ] ( operators/throttle.md )
183183- [ ` timeInterval ` ] ( operators/timeinterval.md )
184184- [ ` timeout ` ] ( operators/timeout.md )
0 commit comments