Function chain

  • Returns a Stream that yields elements of all Iterable parameters in order.

    Type Parameters

    • T

      Type of items in the Iterables.

    Parameters

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

      Iterables to concatenate.

    Returns Stream<T>

    Stream that yields elements of all Iterables in order.