mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-19 06:45:17 +00:00
This patch adds a new flatmap-like operation called mapMulti to the java.util.Stream class as well as the primitive variations of this operation i.e. mapMultiToInt, IntStream mapMulti, etc. Reviewed-by: psandoz, smarks