• Retries the iterable instance the number of given times. If not supplied, it will try infinitely.

    Type Parameters

    • TSource

      The type of the elements in the source sequence.

    Parameters

    • Optional count: number = -1

      An optional number of times to retry, otherwise is set to infinite retries

    Returns MonoTypeOperatorFunction<TSource>

    An iterable sequence producing the elements of the given sequence repeatedly until it terminates successfully.

Generated using TypeDoc