







![]() ![]() |
.NET Framework Class Library |
Observable..::.Generate Method (FuncObject, FuncObjectBoolean, FuncObjectObject, FuncObjectObject) |
Observable Class See Also Send Feedback |
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); |
Parameters
- initialState
- Type: System..::.FuncObject
- condition
- Type: System..::.FuncObjectBoolean
- iterate
- Type: System..::.FuncObjectObject
- resultSelector
- Type: System..::.FuncObjectObject