mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-11 05:59:52 +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