While Method

RxJS

Repeats source as long as condition holds.

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

Syntax

JavaScript
Rx.Observable.While = function(condition, source);

Parameters

condition
Type: System..::.FuncBoolean
source
Type: Rx..::.Observable

See Also