Where Method (FuncObjectInt32Boolean)

RxJS

Filters the values of an observable sequence based on a predicate by incorporating the element's index.

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

Syntax

JavaScript
function Where(selector);

Parameters

selector
Type: System..::.FuncObjectInt32Boolean

See Also