On Mon, 9 Aug 2021 12:28:23 GMT, CC007 <[email protected]> wrote:
> create Streamable and ParallelStreamable interface and use them in Collection > and Optional Aren't all iterable implementations effectively streamable if they properly implement `spliterator`? And the spliterator implementation can always be sequential or parallel, dependent on how you feed it into `StreamSupport`. ------------- PR: https://git.openjdk.java.net/jdk/pull/5050
