Nicolai Parlog 7/25/2016

Oh No, I Forgot Stream::iterate!

Read Original

The article details the new overloaded Stream::iterate method introduced in Java 9, which adds a predicate to create finite streams, unlike the infinite original. It provides code examples, compares it to traditional loops and IntStream.rangeClosed, and discusses potential use cases and a critical caveat when using it with iterator-like structures such as Enumeration or Stack, where the last element can be missed.

Oh No, I Forgot Stream::iterate!

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser