java-filter-stream-of-optional
Filtering a Stream of Optionals in Java 1. Introduction In this article, we’re going to talk about how to filter out non-empty values from a Stream of Optionals. We’ll be looking at three different approaches – two using Java 8 and one using the new support in Java 9. We… Continue Reading java-filter-stream-of-optional