filmov
tv
Stream API in Java : Foundation | Java 8
Показать описание
In this video we will learn about one of the Java 8's new features called Stream API. The java stream api introduced in java 8, changed the way we write and read java code.
Java Stream API is an absolute beast when it comes to data processing as it enables the scope to process the data in a declarative approach. It opens a way to fusion multiple methods by doing method chaining and gives us a way to write lambda expressions as most of the Java streams methods accepts lambda as a parameter. Thus we can reduce our traditional loops/condition checks / conversion code and significantly improve our code readability.
As we have discussed, The java Stream api is not a data structure but it is used to process a collection of objects.
In this episode we will learn, How we can open a stream from a source and how we can process the elements from our stream using Stream api methods.
In this video, We will discuss about the
1.Java stream api 's generate() which helps us creating a infinite stream
3.We will also understand the way to create java stream from a collection.
4.Last but not the least, we will learn a way to consume each of the elements from a java stream.
Timestamp
-----------------
00:00 - Introduction to java 8 stream api
04:47 - Stream generator
06:28- Java Functional Interface : Supplier
12:31 - Stream API foreach()
06:28- Java Functional Interface : Consumer
24:55 - Stream in Java with Animation
31:21 - Lambda & Stream in Action
46:36 - processing a List of Custom objects with java stream
We will learn about the advantages of Stream API and Start understanding Java 8 Stream deeper from the next video.
For more free/paid courses visit
LINKS AND FREE LEARNING RESOURCES
========
Watch my new mock interview series for java developers
Watch my new Hello spring boot series
Watch Spring boot Hot topics
spring core
spring mvc
spring mvc intermediate
Spring JDBC
spring live project
SPRING SECURITY COURSE[NEW]
For more courses visit
Any time you are getting stuck with issues, Feel free to ask for support.
you can ping me on my Facebook page
Make sure to join my private Facebook page (Ask me here)
“SeleniumExpress - Support"
you can ask for support in my website forum
Follow me on Insta
Java Stream API is an absolute beast when it comes to data processing as it enables the scope to process the data in a declarative approach. It opens a way to fusion multiple methods by doing method chaining and gives us a way to write lambda expressions as most of the Java streams methods accepts lambda as a parameter. Thus we can reduce our traditional loops/condition checks / conversion code and significantly improve our code readability.
As we have discussed, The java Stream api is not a data structure but it is used to process a collection of objects.
In this episode we will learn, How we can open a stream from a source and how we can process the elements from our stream using Stream api methods.
In this video, We will discuss about the
1.Java stream api 's generate() which helps us creating a infinite stream
3.We will also understand the way to create java stream from a collection.
4.Last but not the least, we will learn a way to consume each of the elements from a java stream.
Timestamp
-----------------
00:00 - Introduction to java 8 stream api
04:47 - Stream generator
06:28- Java Functional Interface : Supplier
12:31 - Stream API foreach()
06:28- Java Functional Interface : Consumer
24:55 - Stream in Java with Animation
31:21 - Lambda & Stream in Action
46:36 - processing a List of Custom objects with java stream
We will learn about the advantages of Stream API and Start understanding Java 8 Stream deeper from the next video.
For more free/paid courses visit
LINKS AND FREE LEARNING RESOURCES
========
Watch my new mock interview series for java developers
Watch my new Hello spring boot series
Watch Spring boot Hot topics
spring core
spring mvc
spring mvc intermediate
Spring JDBC
spring live project
SPRING SECURITY COURSE[NEW]
For more courses visit
Any time you are getting stuck with issues, Feel free to ask for support.
you can ping me on my Facebook page
Make sure to join my private Facebook page (Ask me here)
“SeleniumExpress - Support"
you can ask for support in my website forum
Follow me on Insta
Комментарии