Thanks. Glad to see this finally land. That slidingWindow and other related functions are extremely powerful.
On Mon, Sep 2, 2024 at 3:13 PM Mark Reinhold <mark.reinh...@oracle.com> wrote: > https://openjdk.org/jeps/485 > > Summary: Enhance the Stream API to support custom intermediate > operations. This will allow stream pipelines to transform data in ways > that are not easily achievable with the existing built-in intermediate > operations. > > - Mark