All Method

RxJS

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

See Also