Tag:
Stream API
by Imran Shaikh
How to Generate List from 1 to N in Java. Simple Code snippet from loop to advanced IntStream class using Java 8 and from …
by Imran Shaikh
Select specific folder in Flink Batch Job. When given a root path you can decide which file or folder to read in Flink specific …
by Imran Shaikh
To use the partitioningBy Collector, you have to pass the Collectors.partitioningBy in the collect() method of Stream API.
by Imran Shaikh
Stream API’s groupingBy is similar to GROUP BY of SQL since it groups and collects the objects based on given condition or value.
by Imran Shaikh
The Stream API, included in Java 8, is utilised for processing collections of objects. Stream API can make your code more simple, efficient, and …
by Imran Shaikh
Using Functional interfaces provided by Java we can become more functional. And Knowing them would help us utilise Stream API fully