Function onErrorResumeNext

  • Concatenates all of the specified iterable sequences, even if the previous iterable sequence terminated exceptionally.

    Type Parameters

    • T

      The type of the elements in the source sequences.

    Parameters

    • Rest ...source: Iterable<T>[]

    Returns Iterable<T>

    An iterable sequence that concatenates the source sequences, even if a sequence terminates exceptionally.

Generated using TypeDoc