Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit 22f6b5c

Browse files
Fixing Issue #536
1 parent 7ed4dd3 commit 22f6b5c

1 file changed

Lines changed: 87 additions & 59 deletions

File tree

doc/libraries/rx.complete.md

Lines changed: 87 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ NuGet Packages:
2121
### `Observable Methods`
2222
- [`amb`](../api/core/operators/amb.md)
2323
- [`case | switchCase`](../api/core/operators/case.md)
24-
- [`catch | catchException`](../api/core/operators/catch.md)
24+
- [`catch | catchError`](../api/core/operators/catch.md)
2525
- [`concat`](../api/core/operators/concat.md)
26-
- [`create | createWithDisposable`](../api/core/operators/create.md)
26+
- [`create`](../api/core/operators/create.md)
2727
- [`defer`](../api/core/operators/defer.md)
2828
- [`empty`](../api/core/operators/empty.md)
2929
- [`for | forIn`](../api/core/operators/for.md)
@@ -48,10 +48,10 @@ NuGet Packages:
4848
- [`onErrorResumeNext`](../api/core/operators/onerrorresumenext.md)
4949
- [`range`](../api/core/operators/range.md)
5050
- [`repeat`](../api/core/operators/repeat.md)
51-
- [`return | returnValue`](../api/core/operators/return.md)
51+
- [`return`](../api/core/operators/return.md)
5252
- [`start`](../api/core/operators/start.md)
5353
- [`startAsync`](../api/core/operators/startasync.md)
54-
- [`throw | throwException`](../api/core/operators/throw.md)
54+
- [`throw | throwError`](../api/core/operators/throw.md)
5555
- [`timer`](../api/core/operators/timer.md)
5656
- [`toAsync`](../api/core/operators/toasync.md)
5757
- [`using`](../api/core/operators/using.md)
@@ -81,13 +81,18 @@ NuGet Packages:
8181
- [`includes`](../api/core/operators/includes.md)
8282
- [`controlled`](../api/core/operators/controlled.md)
8383
- [`count`](../api/core/operators/count.md)
84+
- [`debounce`](../api/core/operators/debounce.md)
85+
- [`debounceWithSelector`](../api/core/operators/debouncewithselector.md)
8486
- [`defaultIfEmpty`](../api/core/operators/defaultifempty.md)
8587
- [`delay`](../api/core/operators/delay.md)
8688
- [`delayWithSelector`](../api/core/operators/delaywithselector.md)
8789
- [`dematerialize`](../api/core/operators/dematerialize.md)
8890
- [`distinct`](../api/core/operators/distinct.md)
8991
- [`distinctUntilChanged`](../api/core/operators/distinctuntilchanged.md)
90-
- [`do | doAction`](../api/core/operators/do.md)
92+
- [`do`](../api/core/operators/do.md)
93+
- [`doOnNext`](../api/core/operators/doonnext.md)
94+
- [`doOnError`](../api/core/operators/doonerror.md)
95+
- [`doOnCompleted`](../api/core/operators/dooncompleted.md)
9196
- [`doWhile`](../api/core/operators/dowhile.md)
9297
- [`elementAt`](../api/core/operators/elementat.md)
9398
- [`elementAtOrDefault`](../api/core/operators/elementatordefault.md)
@@ -126,64 +131,87 @@ NuGet Packages:
126131
- [`pairwise`](../api/core/operators/pairwise.md)
127132
- [`partition`](../api/core/operators/partition.md)
128133
- [`pausable`](../api/core/operators/pausable.md)
129-
- [`pausableBuffered`](../api/core/operators/rxobservableprototypepausablebufferedpauser)
130-
- [`pluck`](../api/core/operators/rxobservableprototypepluckproperty)
131-
- [`publish`](../api/core/operators/rxobservableprototypepublishselector)
132-
- [`publishLast`](../api/core/operators/rxobservableprototypepublishlatestselector)
133-
- [`publishValue`](../api/core/operators/rxobservableprototypepublishvalueselector)
134-
- [`share`](../api/core/operators/rxobservableprototypeshare)
135-
- [`shareReplay`](../api/core/operators/rxobservableprototypesharereplay)
136-
- [`shareValue`](../api/core/operators/rxobservableprototypesharevalue)
137-
- [`refCount`](../api/core/operators/connectableobservableprototyperefcount)
138-
- [`reduce`](../api/core/operators/rxobservableprototypereduceaccumulator-seed)
139-
- [`repeat`](../api/core/operators/rxobservableprototyperepeatrepeatcount)
140-
- [`replay`](../api/core/operators/rxobservableprototypereplayselector-buffersize-window-scheduler)
134+
- [`pausableBuffered`](../api/core/operators/pausablebuffered.md)
135+
- [`pluck`](../api/core/operators/pluck.md)
136+
- [`publish`](../api/core/operators/publish.md)
137+
- [`publishLast`](../api/core/operators/publishlatest.md)
138+
- [`publishValue`](../api/core/operators/publishvalue.md)
139+
- [`share`](../api/core/operators/share.md)
140+
- [`shareReplay`](../api/core/operators/sharereplay.md)
141+
- [`shareValue`](../api/core/operators/sharevalue.md)
142+
- [`refCount`](../api/core/operators/refcount.md)
143+
- [`reduce`](../api/core/operators/reduce.md)
144+
- [`repeat`](../api/core/operators/repeat.md)
145+
- [`replay`](../api/core/operators/replay.md)
141146
- [`retry`](../api/core/operators/retry.md)
142147
- [`retryWhen`](..api/core/operators/retrywhen.md)
143-
- [`sample`](../api/core/operators/rxobservableprototypesampleinterval--sampleobservable)
144-
- [`scan`](../api/core/operators/rxobservableprototypescanseed-accumulator)
145-
- [`select`](../api/core/operators/rxobservableprototypeselectselector-thisarg)
146-
- [`selectConcat`](../api/core/operators/rxobservableprototypeselectconcatselector-resultselector)
147-
- [`selectMany`](../api/core/operators/rxobservableprototypeselectmanyselector-resultselector)
148+
- [`sample`](../api/core/operators/sample.md)
149+
- [`scan`](../api/core/operators/scan.md)
150+
- [`select`](../api/core/operators/select.md)
151+
- [`selectConcat`](../api/core/operators/selectconcat.md)
152+
- [`selectMany`](../api/core/operators/selectmany.md)
148153
- [`selectManyObserver`](../api/core/operators/selectmanyobserver.md)
149-
- [`selectSwitch`](../api/core/operators/rxobservableprototypeselectswitchselector-thisarg)
150-
- [`sequenceEqual`](../api/core/operators/rxobservableprototypesequenceequalsecond-comparer)
151-
- [`single`](../api/core/operators/rxobservableprototypesinglepredicate-thisarg)
152-
- [`singleOrDefault`](../api/core/operators/rxobservableprototypesingleordefaultpredicate-defaultvalue-thisarg)
153-
- [`skip`](../api/core/operators/rxobservableprototypeskipcount)
154-
- [`skipLast`](../api/core/operators/rxobservableprototypeskiplastcount)
155-
- [`skipLastWithTime`](../api/core/operators/rxobservableprototypeskiplastwithtimeduration)
156-
- [`skipUntil`](../api/core/operators/rxobservableprototypeskipuntilother)
157-
- [`skipUntilWithTime`](../api/core/operators/rxobservableprototypeskipuntilstarttime-scheduler)
158-
- [`skipWhile`](../api/core/operators/rxobservableprototypeskipwhilepredicate-thisarg)
159-
- [`some`](../api/core/operators/rxobservableprototypesomepredicate-thisarg)
160-
- [`startWith`](../api/core/operators/rxobservableprototypestartwithscheduler-args)
161-
- [`subscribe`](../api/core/operators/rxobservableprototypesubscribeobserver--onnext-onerror-oncompleted)
162-
- [`subscribeOn`](../api/core/operators/rxobservableprototypesubscribeonscheduler)
163-
- [`sum`](../api/core/operators/rxobservableprototypesumkeyselector-thisarg)
164-
- [`switch | switchLatest`](../api/core/operators/rxobservableprototypeswitch)
165-
- [`take`](../api/core/operators/rxobservableprototypetakecount-scheduler)
166-
- [`takeLast`](../api/core/operators/rxobservableprototypetakelastcount)
167-
- [`takeLastBuffer`](../api/core/operators/rxobservableprototypetakelastbuffercount)
168-
- [`takeLastBufferWithTime`](../api/core/operators/rxobservableprototypetakelastbufferwithtimeduration-scheduler)
169-
- [`takeLastWithTime`](../api/core/operators/rxobservableprototypetakelastwithtimeduration-timescheduler-loopscheduler)
170-
- [`takeUntil`](../api/core/operators/rxobservableprototypetakeuntilother)
171-
- [`takeUntilWithTime`](../api/core/operators/rxobservableprototypetakeuntilwithtimeendtime-scheduler)
172-
- [`takeWhile`](../api/core/operators/rxobservableprototypetakewhilepredicate-thisarg)
173-
- [`debounce`](../api/core/operators/rxobservableprototypethrottleduetime-scheduler)
174-
- [`debounceWithSelector`](../api/core/operators/rxobservableprototypedebouncewithselectorthrottleselector)
175-
- [`timeInterval`](../api/core/operators/rxobservableprototypetimeintervalscheduler)
176-
- [`timeout`](../api/core/operators/rxobservableprototypetimeoutduetime-other-scheduler)
177-
- [`timeoutWithSelector`](../api/core/operators/rxobservableprototypetimeoutwithselectorfirsttimeout-timeoutdurationselector-other)
178-
- [`timestamp`](../api/core/operators/rxobservableprototypetimestampscheduler)
179-
- [`toArray`](../api/core/operators/rxobservableprototypetoarray)
180-
- [`where`](../api/core/operators/rxobservableprototypewherepredicate-thisarg)
181-
- [`window`](../api/core/operators/rxobservableprototypewindowwindowopenings-windowboundaries-windowclosingselector)
182-
- [`windowWithCount`](../api/core/operators/rxobservableprototypewindowwithcountcount-skip)
183-
- [`windowWithTime`](../api/core/operators/rxobservableprototypewindowwithtimetimespan-timeshift--scheduler)
184-
- [`windowWithTimeOrCount`](../api/core/operators/rxobservableprototypewindowwithtimeorcounttimespan-count-scheduler)
154+
- [`selectSwitch`](../api/core/operators/selectswitch.md)
155+
- [`sequenceEqual`](../api/core/operators/sequenceequal.md)
156+
- [`single`](../api/core/operators/single.md)
157+
- [`singleOrDefault`](../api/core/operators/singleordefault.md)
158+
- [`skip`](../api/core/operators/skip.md)
159+
- [`skipLast`](../api/core/operators/skiplast.md)
160+
- [`skipLastWithTime`](../api/core/operators/skiplastwithtime.md)
161+
- [`skipUntil`](../api/core/operators/skipuntil.md)
162+
- [`skipUntilWithTime`](../api/core/operators/skipuntilwithtime.md)
163+
- [`skipWhile`](../api/core/operators/skipwhile.md)
164+
- [`some`](../api/core/operators/some.md)
165+
- [`startWith`](../api/core/operators/startwith.md)
166+
- [`subscribe`](../api/core/operators/subscribeo.md)
167+
- [`subscribeOn`](../api/core/operators/subscribeon.md)
168+
- [`sum`](../api/core/operators/sum.md)
169+
- [`switch | switchLatest`](../api/core/operators/switch.md)
170+
- [`take`](../api/core/operators/take.md)
171+
- [`takeLast`](../api/core/operators/takelast.md)
172+
- [`takeLastBuffer`](../api/core/operators/takelastbuffer.md)
173+
- [`takeLastBufferWithTime`](../api/core/operators/takelastbufferwithtime.md)
174+
- [`takeLastWithTime`](../api/core/operators/takelastwithtime.md)
175+
- [`takeUntil`](../api/core/operators/takeuntil.md)
176+
- [`takeUntilWithTime`](../api/core/operators/takeuntilwithtimee.md)
177+
- [`takeWhile`](../api/core/operators/takewhile.md)
178+
- [`tap`](../api/core/operators/do.md)
179+
- [`tapOnNext`](../api/core/operators/doonnext.md)
180+
- [`tapOnError`](../api/core/operators/doonerror.md)
181+
- [`tapOnCompleted`](../api/core/operators/dooncompleted.md)
182+
- [`timeInterval`](../api/core/operators/timeinterval.md)
183+
- [`timeout`](../api/core/operators/timeout.md)
184+
- [`timeoutWithSelector`](../api/core/operators/timeoutwithselector.md)
185+
- [`timestamp`](../api/core/operators/timestamp.md)
186+
- [`toArray`](../api/core/operators/toarray.md)
187+
- [`where`](../api/core/operators/where.md)
188+
- [`window`](../api/core/operators/window.md)
189+
- [`windowWithCount`](../api/core/operators/windowwithcount.md)
190+
- [`windowWithTime`](../api/core/operators/windowwithtime.md)
191+
- [`windowWithTimeOrCount`](../api/core/operators/windowwithtimeorcount.md)
185192
- [`withLatestFrom`](../api/core/operators/withlatestfrom.md)
186-
- [`zip`](../api/core/operators/rxobservableprototypezipargs-resultselector)
193+
- [`zip`](../api/core/operators/zipproto.md)
194+
195+
## `Deprecated Observable Methods` ##
196+
- [`catchException`](../api/core/operators/catch.md)
197+
- [`fromArray`](../api/core/operators/fromarray.md)
198+
- [`returnValue`](../api/core/operators/return.md)
199+
- [`throwException`](../api/core/operators/throw.md)
200+
201+
## `Deprecated Observable Instance Methods` ##
202+
- [`aggregate`](../api/core/operators/aggregate.md)
203+
- [`all`](../api/core/operators/every.md)
204+
- [`any`](../api/core/operators/any.md)
205+
- [`doAction`](../api/core/operators/do.md)
206+
- [`catchException`](../api/core/operators/catchproto.md)
207+
- [`concatObservable`](../api/core/operators/concatall.md)
208+
- [`contains`](../api/core/operators/includes.md)
209+
- [`finallyAction`](../api/core/operators/finally.md)
210+
- [`mergeObservable`](../api/core/operators/mergeall.md)
211+
- [`throttle`](../api/core/operators/debounce.md)
212+
- [`throttleWithSelector`](../api/core/operators/debouncewithselector.md)
213+
214+
187215
## Included Classes ##
188216

189217
### Core Objects

0 commit comments

Comments
 (0)