Amb Method (Observable, Observable, Observable, Observable)

RxJS

Returns the observable sequence that reacts first.

Namespace:  Rx
Assembly:  RxJS (in RxJS.dll)

Syntax

JavaScript
Rx.Observable.Amb = function(o1, o2, o3, o4);

See Also