nice explanation. That flatMap not worked for me on jdk-21, car -> List.of(car.make, car.model).stream() worked. Simplified Stream.of gives error "Cannot infer type argument(s) for flatMap(Function
Can you tell me more exactly what you don't understand? A more precise question would help, since the video covers a number of use-cases where Streams API is used
Really informative, crisp & clear!! Thank you so much! This is what I was looking for....
straight to the point and easy to understand , thanks man
I'm glad you found this video useful! Thank you and stay tuned!
Good explanation and easy to understand, keep it up!
Thank you! Stay tuned!
that was amazing! Keep going! :))
Happy to hear that! The next video will
be published next week! Stay tuned!
nice explanation. That flatMap not worked for me on jdk-21, car -> List.of(car.make, car.model).stream() worked.
Simplified Stream.of gives error "Cannot infer type argument(s) for flatMap(Function
Good catch, I actually haven’t tested this code on jdk21, I think I ran it on jdk17
Good explanation, thanks🎉
You're welcome! Stay tuned for more content!
Really helpful
Thank you!
explained very well, can you attach code base or github link as well?
Thanks a lot! Sure, will add the code in the video description!
bro what theme is that, PLS
The theme is OneDark, you’ll find it at the first search on the web
To much speed for people that we are learning... I dont understand the Collectors and what return and how to make your own data structures to return
Can you tell me more exactly what you don't understand? A more precise question would help, since the video covers a number of use-cases where Streams API is used