Add new flatMap stream operation that is more amenable to pushing

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 16
    • Affects Version/s: None
    • Component/s: core-libs
    • None

      Add a new `Stream` operation `<R> Stream<R> flatMap(BiConsumer<T, Consumer<R>> fPusher)` to `Stream` API. This operation would be more receptive to yielding of values as opposed to the current implementation that assembles values (if any) into a `Stream`.

            Assignee:
            Patrick Concannon (Inactive)
            Reporter:
            Patrick Concannon (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: