{% if book.isPdf %}
{% else %}
{% endif %}
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.
[retryCount]
(Number
): Number of times to retry the sequence. If not provided, retry the sequence indefinitely.
(Observable
): An observable sequence producing the elements of the given sequence repeatedly until it terminates successfully.