GenerateWithTime Method (FuncObject, FuncObjectBoolean, FuncObjectObject, FuncObjectObject, FuncObjectInt32)

RxJS

Generates an observable sequence by iterating a state from an initial state until the condition fails.

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

Syntax

JavaScript
Rx.Observable.GenerateWithTime = function(initialState, condition, iterate, resultSelector, timeSelector);

Parameters

initialState
Type: System..::.FuncObject
condition
Type: System..::.FuncObjectBoolean
iterate
Type: System..::.FuncObjectObject
resultSelector
Type: System..::.FuncObjectObject
timeSelector
Type: System..::.FuncObjectInt32

See Also