Duplicate :
|
|
Relates :
|
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
|