Scan Method

RxJS

Applies an accumulator function over an observable sequence and returns each intermediate result. The specified seed value is used as the initial accumulator value.

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

Syntax

JavaScript
function Scan(seed, accumulator);

Parameters

seed
Type: System..::.Object
accumulator
Type: System..::.FuncObjectObjectObject

See Also