{% if book.isPdf %}
{% else %}
{% endif %}
Repeats the observable sequence a specified number of times. If the repeat count is not specified, the sequence repeats indefinitely.
repeatCount
(Number
): Number of times to repeat the sequence. If not provided, repeats the sequence indefinitely.
(Observable
): The observable sequence producing the elements of the given sequence repeatedly.