Amb Method (Observable)

RxJS

Returns the observable sequence that reacts first.

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

Syntax

JavaScript
Rx.Observable.Amb = function(o1);

Parameters

o1
Type: Rx..::.Observable

See Also