Home Manual Reference Source Test Repository

References

Class Summary

Static Public Class Summary
public

A unit of work to be executed in a Scheduler.

public

A normalized AJAX error.

public

A normalized AJAX response.

public
public
public

An error thrown when an element was queried at a certain index of an Observable, but no such index or position exists in that sequence.

public
public
public
public

An error thrown when an Observable or a sequence was queried but has no elements.

public

An Observable representing values belonging to the same group represented by a common key.

public

Represents a push-based event or value that an Observable can emit.

public

An error thrown when an action is invalid because the object has been unsubscribed.

public

A representation of any set of values over any amount of time.

public
public

An execution context and a data structure to order tasks and schedule their execution.

public
public
public

Implements the Observer interface and extends the Subscription class.

public

Represents a disposable resource, such as the execution of an Observable.

public

An error thrown when duetime elapses.

public

An error thrown when one or more errors have occurred during the unsubscribe of a Subscription.

Interface Summary

Static Public Interface Summary
public
public

ObservableInput interface describes all values that are either an SubscribableOrPromise or some kind of collection of values that can be transformed to Observable emitting that values.

public

An interface for a consumer of push-based notifications delivered by an Observable.

public

SubscribableOrPromise interface describes values that behave like either Observables or Promises.

public

This interface describes what should be returned by function passed to Observable constructor or static create function.

Function Summary

Static Public Function Summary
public

Catches errors on the observable to be handled by returning a new observable or throwing an error.

public

tap(nextOrObserver: Observer | function, error: function, complete: function): Observable

Perform a side effect for every emission on the source Observable, but return an Observable that is identical to the source.

Variable Summary

Static Public Variable Summary
public
this variable was deprecated. use iterator instead
public
this variable was deprecated. use observable instead
public
this variable was deprecated. use rxSubscriber instead
public

animationFrame: es6/scheduler/AnimationFrameScheduler.js~AnimationFrameScheduler

Animation Frame Scheduler

public

asap: es6/scheduler/AsapScheduler.js~AsapScheduler

Asap Scheduler

public

async: es6/scheduler/AsyncScheduler.js~AsyncScheduler

Async Scheduler

public

queue: es6/scheduler/QueueScheduler.js~QueueScheduler

Queue Scheduler

Typedef Summary

Static Public Typedef Summary
public
public