Determines whether all elements of an observable sequence satisfy a condition.
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
Syntax
| JavaScript |
|---|
function All(predicate); |
Parameters
- predicate
- Type: System..::.FuncObjectBoolean
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
Syntax| JavaScript |
|---|
function All(predicate); |
See Also