Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 2.65 KB

rx.aggregates.md

File metadata and controls

51 lines (42 loc) · 2.65 KB

RxJS Aggregates Module

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.

Details

Files:

NPM Packages:

NuGet Packages:

File Dependencies:

NuGet Dependencies:

Included Observable Operators

Observable Instance Methods