Skip to content

Latest commit

 

History

History
47 lines (40 loc) · 2.6 KB

rx.lite.aggregates.md

File metadata and controls

47 lines (40 loc) · 2.6 KB

RxJS Lite 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. This module is designed to work with the rx-lite NPM module for both the standards-compliant version as well as compat for older browsers.

Details

Files:

NPM Packages:

File Dependencies:

Included Observable Operators

Observable Instance Methods