CompletableFuture 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{ 4Comprehension } Posts
Java 13 features another attempt at bringing multiline strings to the language – this time in a form of JEP-355 Text Blocks. This, in turn,…
Leave a CommentOverview This guide aims to be your friendly neighbourhood complete Stream API Collectors reference, additionally covering changes introduced in separate Java releases. All methods feature…
Leave a Comment