You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2018. It is now read-only.
* Applies an accumulator function over an observable sequence, returning the result of the aggregation as a single element in the result sequence. The specified seed value is used as the initial accumulator value.
14
14
* For aggregation behavior with incremental intermediate results, see Observable.scan.
* Applies an accumulator function over an observable sequence, returning the result of the aggregation as a single element in the result sequence. The specified seed value is used as the initial accumulator value.
14
14
* For aggregation behavior with incremental intermediate results, see Observable.scan.
* Applies an accumulator function over an observable sequence and returns each intermediate result. The optional seed value is used as the initial accumulator value.
1869
1869
* For aggregation behavior with no intermediate results, see Observable.aggregate.
@@ -2594,7 +2594,7 @@ declare module Rx {
2594
2594
* @param {Any} [seed] The initial accumulator value.
2595
2595
* @returns {Observable} An observable sequence containing a single element with the final accumulator value.
* Applies an accumulator function over an observable sequence, returning the result of the aggregation as a single element in the result sequence. The specified seed value is used as the initial accumulator value.
2600
2600
* For aggregation behavior with incremental intermediate results, see Observable.scan.
* Applies an accumulator function over an observable sequence and returns each intermediate result. The optional seed value is used as the initial accumulator value.
1866
1866
* For aggregation behavior with no intermediate results, see Observable.aggregate.
@@ -2591,7 +2591,7 @@ declare module Rx {
2591
2591
* @param {Any} [seed] The initial accumulator value.
2592
2592
* @returns {Observable} An observable sequence containing a single element with the final accumulator value.
* Applies an accumulator function over an observable sequence, returning the result of the aggregation as a single element in the result sequence. The specified seed value is used as the initial accumulator value.
2597
2597
* For aggregation behavior with incremental intermediate results, see Observable.scan.
* Applies an accumulator function over an observable sequence and returns each intermediate result. The optional seed value is used as the initial accumulator value.
1811
1811
* For aggregation behavior with no intermediate results, see Observable.aggregate.
* Applies an accumulator function over an observable sequence and returns each intermediate result. The optional seed value is used as the initial accumulator value.
1808
1808
* For aggregation behavior with no intermediate results, see Observable.aggregate.
* Applies an accumulator function over an observable sequence and returns each intermediate result. The optional seed value is used as the initial accumulator value.
1635
1635
* For aggregation behavior with no intermediate results, see Observable.aggregate.
* Applies an accumulator function over an observable sequence and returns each intermediate result. The optional seed value is used as the initial accumulator value.
1632
1632
* For aggregation behavior with no intermediate results, see Observable.aggregate.
0 commit comments