The peek() method from the Java Stream API is often misunderstood. Let’s try to clarify how it works and when should be used.
Stream<T> peek(Consumer<? super T> action)4 Comments
Java, JVM, and Modern Software Delivery
The peek() method from the Java Stream API is often misunderstood. Let’s try to clarify how it works and when should be used.
Stream<T> peek(Consumer<? super T> action)4 Comments
Vavr is now a must-have for every modern Java 8+ project. It encourages writing code in a functional manner by providing a new persistent Collections API along with a set of new Functional Interfaces and monadic tools like Option, Try, Either, etc.
5 CommentsMy firsts thoughts about committing to regular technical writing surfaced quite a long time ago. Since I am a perfectionist – I quickly assembled a “complete” plan for getting the site up and running in a professional way.
The Plan included things like:
Leave a Comment