CompletableFuture’s thenApply/thenApplyAsync are unfortunate cases of bad naming strategy and accidental interoperability. In this article, we’ll have a look at methods that can be used seemingly…
Leave a Comment{ 4Comprehension } Posts
Java 8 brought us tools like CompletableFuture and Stream API… let’s try to combine them both and create a Stream that returns values from a…
Leave a CommentOf 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 Comment