Tag:
Lambda
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