• Returns an async iterable sequence of batches that are collected from the source sequence between

    • subsequent next() calls.

    Type Parameters

    • TSource

      The type of elements in the source sequence. *

    Returns OperatorAsyncFunction<TSource, TSource[]>

    An operator returning an async-iterable of batches that are collection from the

    • source sequence between subsequent next() calls.

Generated using TypeDoc