Lambda expressions are a new and important feature introduced in Java SE 8. They provide a clear and concise way to represent one method interface using an expression. Lambda expressions also improve the Collection libraries making it easier to iterate through, filter, and extract data from a Collection. In addition, new concurrency features improve performance in multicore environments.
This Java: Lambda Expressions and Stream course covers major changes and enhancements in Oracle Java 8 or higher. You’ll focus on developing an understanding of the basics, then looking at using streams, functional interfaces, method references and lambda expressions with collections.
Learn To:
Implement functional interface using lambda expressions.
Implement built–in interfaces like comparator, consumer, predicate, and runnable.
Use method references and a new forEach method.
Work with sequential and parallel streams, and use parallel processing on multi–core systems.
Streamline java programs or applications.
By enrolling in this course, you’ll expand your knowledge of Java, while building your Java skill set.
Instructor Details
Courses : 1
Specification: Functional Programming with Lambdas and Streams in Java
|
2 reviews for Functional Programming with Lambdas and Streams in Java
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $14.99 |
---|---|
Provider | |
Duration | 1 hour |
Year | 2019 |
Level | All |
Language | English |
Certificate | Yes |
Quizzes | Yes |
$49.99 $14.99
Kirill Chokparov –
The course is really very good. Perfectly built. Explanations are very clear. Excellent to start. I see that currently the course concerns mostly Lambdas. The section of Streams currently seems pretty small. However, I hope that Aman will expand this course.
Vinod Kumar –
Course was good. My suggestion is add more coverage on key methods like filter(), map(), flatMap(). Because map() and flatMap() are real world examples which were not at all covered in this course. Please add as much as important methods. Thank you