techwasti

techwasti

Follow
homeWebStoriesMediumSpring BootSponsorQuarkusGo-Lang
Tag

java8

#java8

More content

Read more stories on Hashnode


Articles with this tag

Understand Java 8 Stream findFirst() vs. findAny()!

Maheshwar LigadeMaheshwar Ligade
Mar 29, 20233 min read 52 views

Introduction: In Java 8, the Stream API provides a powerful way to process collections of data. Among the many methods available in the Stream API,...

Understand Java 8 Stream findFirst() vs. findAny()!

Java Stream API - Convert List of objects to another List of objects using Java streams?

Maheshwar LigadeMaheshwar Ligade
Mar 23, 20233 min read 179 views

To convert a List of objects to another List of objects using Java streams, you can use the map() method of the Stream interface. Assuming you have a...

Java Stream API -  Convert List of objects to another List of objects using Java streams?

ExtendJava 8’s Function interface!

Maheshwar LigadeMaheshwar Ligade
Aug 20, 20224 min read 82 views

In this article, you are going to learn how to extend the java8 existing Function interface to provide additional features by using the Function...

ExtendJava 8’s Function interface!