Projects each element of an observable sequence into a new form by incorporating the element's index. This is an alias for the select method.
select
[retryCount] (Number): Number of times to retry the sequence. If not provided, retry the sequence indefinitely.
[retryCount]
Number
(Observable): An observable sequence producing the elements of the given sequence repeatedly until it terminates successfully.
Observable
Last updated 5 years ago