Where Method (FuncObjectBoolean)

RxJS

Filters the values of an observable sequence based on a predicate.

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

Syntax

JavaScript
function Where(selector);

Parameters

selector
Type: System..::.FuncObjectBoolean

See Also