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

Latest commit

 

History

History
52 lines (43 loc) · 2.73 KB

rx.aggregates.md

File metadata and controls

52 lines (43 loc) · 2.73 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