• Creates a new stream that starts with the initial value and, for each value arriving onto the source stream, emits the result of calling the accumulator function with the latest result and the source stream value.

    Type Parameters

    • T

    • R

    Parameters

    Returns Stream<R>

Generated using TypeDoc