The type of the elements in the source sequence.
Optional
count: number = -1An optional number of times to retry, otherwise is set to infinite retries
An iterable sequence producing the elements of the given sequence repeatedly until it terminates successfully.
Generated using TypeDoc
Retries the iterable instance the number of given times. If not supplied, it will try infinitely.