java-8 15
- How LongAccumulator and DoubleAccumulator classes work?
- CompletableFuture can't be interrupted
- Converting between Completablefuture and Observable
- Testing code for excessively large inputs
- Introduction to writing custom collectors in Java 8
- Turning recursive file system traversal into Stream
- HashMap performance improvements in Java 8
- Simplifying ReadWriteLock with Java 8 and lambdas
- instanceof operator and Visitor pattern replacement in Java 8
- Optional in Java 8 cheat sheet
- Asynchronous retry pattern
- Lazy sequences implementation for Java 8
- Java 8: CompletableFuture in action
- Java 8: Definitive guide to CompletableFuture
- Synchronising Multithreaded Integration Tests revisited