







Represents an observable sequence of values that have a common key.
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
Syntax
JavaScript |
---|
Rx.GroupedObservable = function(); Type.createClass( 'Rx.GroupedObservable', Rx.Observable); |