Of course not all of it, but history showed that Stream API featured a few interesting bugs/deficiencies that can affect anyone still residing on JDK8…
Leave a CommentMonth: March 2019
Think twice before using Stream#generate…improperly. Stream#generate Overview Simply put, Stream#generate can be used for generating infinite Stream sequences by providing a custom implementation of Supplier<T>.…
Leave a CommentFollowing the unexpected success of my previous article about Java 11 String API, time to have a look at new API methods coming to String…
Leave a Comment