Stream API is a convenient tool for collection processing, especially if you need to parallelize the execution of CPU-intensive tasks. However, unsurprisingly, such convenience comes…
Leave a CommentCategory: Java
After Java’s release cycle got revolutionized, we can expect more and more changes coming to the language faster than in the past. This is why…
Leave a CommentCompletableFuture is one of my Java 8 additions to the language. However, there are two methods whose design keeps mind-boggling me: CompletableFuture#allOf CompletableFuture#anyOf In this…
Leave a Comment