|
| .NET Framework Class Library |
| Observable..::.Any Method (FuncObjectBoolean) |
| Observable Class See Also Send Feedback |
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