Any Method (FuncObjectBoolean)

RxJS

Determines whether any element of an observable sequence satisfies a condition.

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

Syntax

JavaScript
function Any(predicate);

Parameters

predicate
Type: System..::.FuncObjectBoolean

See Also