Patrick Concannon
fbe40e8926
8252399: Update mapMulti documentation to use type test pattern instead of instanceof once JEP 375 exits preview
...
Reviewed-by: dfuchs, psandoz, smarks
2021-03-09 11:09:40 +00:00
Stuart Marks
8a81cf154f
8259298: broken link in Stream::toList spec
...
Reviewed-by: bchristi, iris, lancea, naoto
2021-01-12 17:04:34 +00:00
Stuart Marks
41dbc139ab
8180352: Add Stream.toList() method
...
Reviewed-by: psandoz
2020-11-30 19:37:56 +00:00
Stuart Marks
b1b0f0b2cc
8253066: typo in Stream.mapMulti
...
Reviewed-by: darcy, lancea
2020-09-11 23:11:10 +00:00
Patrick Concannon
79d12507b3
8238286: Add new flatMap stream operation that is more amenable to pushing
...
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
2020-08-31 16:12:32 +01:00
Pavel Rappo
17ff85d4ad
8241014: Miscellaneous typos in documentation comments
...
Reviewed-by: igerasim, prappo, psandoz, rriggs, weijun
2020-03-20 20:54:56 +00:00
Paul Sandoz
ed7a7fb89f
8015667: Stream.toArray(IntFunction) ArrayStoreException should refer to component type of array
...
Reviewed-by: smarks
2017-12-05 15:31:50 -08:00
Paul Sandoz
e0fe688373
8181175: Stream.concat behaves like terminal operation
...
Reviewed-by: smarks, briangoetz, dfuchs
2017-11-29 10:35:50 -08:00
Erik Joelsson
3789983e89
8187443: Forest Consolidation: Move files to unified layout
...
Reviewed-by: darcy, ihse
2017-09-12 19:03:39 +02:00