Scan0 Method

RxJS

Applies an accumulator function over an observable sequence and returns each intermediate result. The specified seed value is prepended to the sequence once a message comes in.

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

Syntax

JavaScript
function Scan0(seed, accumulator);

Parameters

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

See Also