The Reactive Extensions for JavaScript has a number of aggregation operators including those you might already know from the Array#extras and the upcoming ES6 standard such as reduce
, find
and findIndex
. This module is used exclusively for aggregation operations used on finite observable sequences. In addition to the aforementioned operators, there are many useful operators such as count
, sum
, average
and determining whether two sequences are equal via the sequenceEqual
method.
Files:
rx.aggregates.js
NPM Packages:
rx
NuGet Packages:
RxJS-Aggregates
File Dependencies:
rx.js
|rx.compat.js
|rx.lite.js
|rx.lite.compat.js
NPM Dependencies:
- None
NuGet Dependencies:
- RxJS-Main