Back to Rxjs

This is RxJS v 4. Find the latest version here

doc/api/core/observable.md

4.1.07.9 KB
Original Source

This is RxJS v 4. Find the latest version here

Observable object

The Observable object represents a push based collection.

The Observer and Observable interfaces provide a generalized mechanism for push-based notification, also known as the observer design pattern. The Observable object represents the object that sends notifications (the provider); the Observer object represents the class that receives them (the observer).

Observable Methods

<!-- div --> <!-- div -->

Observable Instance Methods