Generate Method (FuncObject, FuncObjectBoolean, FuncObjectObject, FuncObjectObject, Scheduler)

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.Generate = function(initialState, condition, iterate, resultSelector, scheduler);

Parameters

initialState
Type: System..::.FuncObject
condition
Type: System..::.FuncObjectBoolean
iterate
Type: System..::.FuncObjectObject
resultSelector
Type: System..::.FuncObjectObject
scheduler
Type: Rx..::.Scheduler

See Also