SkipWhile Method

RxJS

Bypasses values in an observable sequence as long as a specified condition is true and then returns the remaining values.

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

Syntax

JavaScript
function SkipWhile(predicate);

Parameters

predicate
Type: System..::.FuncObjectBoolean

See Also