A sequence can be transformed into or be combined with another sequence using reactive operators. 3. A sequence can be observed or subscribed to and the observers can run some action when the sequence is updated.
Provides an abstraction of the concept of sequence named Observable. • Provides an implementation of reactive operators used to transform and combine Observables.
Provides an abstraction of the concept of sequence named Observable. • Provides an implementation of reactive operators used to transform and combine Observables. • Provides an abstraction for objects which can subscribe to Observables named Observer.