rx.subject

This module defines the Subject and some implements.

Members

Classes

AsyncSubject
class AsyncSubject(E)
BehaviorSubject
class BehaviorSubject(E)
CounterObserver
class CounterObserver(T)
Undocumented in source.
SubjectObject
class SubjectObject(E)

Represents an object that is both an observable sequence as well as an observer. Each notification is broadcasted to all subscribed observers.

Interfaces

Subject
interface Subject(E)

Represents an object that is both an observable sequence as well as an observer.

Meta