As far as I love Java 8’s CompletableFuture, it has its downsides – idiomatic handling of timeouts is one of them. Luckily, JDK 9 brought…
Leave a CommentMonth: August 2018
Disclaimer: this article was written in 2018, when we could only dream about seeing sealed interfaces in Java. Sealed interfaces were introduced in JDK17 and…
Leave a CommentSince there was some interest in seeing the same implemented in Java, in this article, we’ll see how we can implement the same Hamming encoder/decoder using Java and the Vavr library.
Previous articles from the series:
Leave a Comment