-
Bug
-
Resolution: Won't Fix
-
P3
-
None
-
11
-
None
flatMap was fixed in (8075939) so that it doesn't prevent short circuiting.
If you replace the test cases in the ticket with versions that use
.iterator().next() instead of .findFirst().get() then the problem
still happens.
Email thread:
http://mail.openjdk.java.net/pipermail/core-libs-dev/2019-August/061868.html
If you replace the test cases in the ticket with versions that use
.iterator().next() instead of .findFirst().get() then the problem
still happens.
Email thread:
http://mail.openjdk.java.net/pipermail/core-libs-dev/2019-August/061868.html
- duplicates
-
JDK-8230021 Stream.flatMap is still broken
-
- Closed
-
- relates to
-
JDK-8075939 Stream.flatMap() causes breaking of short-circuiting of terminal operations
-
- Resolved
-