30 Java 8 Stream.of() Method Example

Опубликовано: 23 Октябрь 2024
на канале: coderolls
25
0

#Java8Features #JavaStream

How to write Lambda Expressions In Java? ▶️    • 01 How To Write Lambda Expressions In...  

Java 8 Predicate - Predefined Functional Interface ▶️    • 09 Java 8 Predicate - Predefined Func...  

Example code can be found here: https://github.com/coderolls/java-8-f...

In this video, we will see the of() method of the Stream class.

We have seen many stream operations in the previous videos. In all the videos, we were creating stream from the collections.

But, along with collection, we can create stream from a group of values and an array.

So, using Stream.of() method we can create a Stream from a group of values aw sell as an array.

Stream.of() method is a static method from the Stream class. It returns a stream and accept group of values or an array as a parameter.

Watch this video to learn more about Stream.of() method with examples.

This video is part of Java 8 features full course. ▶️    • 01 How To Write Lambda Expressions In...  

GitHub Repository Link: https://github.com/coderolls/java-8-f...

00:00 Recap
00:10 Stream.of() Method
01:06 Example Case 1 - How To Create Stream From Group Of Values?
03:10 Example Case 2 - How To Create Stream From An Array?
06:16 Conclusion

Buy me a coffee ☕: https://www.buymeacoffee.com/gauravku...

This is video is uploaded by codeRolls. Visit us at https://coderolls.com

Subscribe to my YouTube Channel
   / @coderolls  

Follow us on:

Twitter ►   / coderolls  
Facebook ►   / coderolls  
Instagram ►   / coderolls  
Pinterest ►   / coderolls