Hacker News new | ask | show | jobs
by svdb 4834 days ago
One small correction/addition: For Stream.anyMatch(), Stream.findFirst() and Stream.findAny() it is mentioned that these are short-circuiting operations. This is however also true for Stream.allMatch() and Stream.noneMatch().
1 comments

You're right! Thanks, I'll get that fixed up in the next batch of edits.