Guide to Stream API in Java
In Java 8 Stream API was introduced, Stream API is used to PROCESS the collection of objects.
It'd be better if you have a little know-how of lambda expressions.
I've already published 2 articles on lambda expression you can refer to those if you are...
riteshpanigrahi.hashnode.dev5 min read