Course Information
Course Overview
Learn one of the most trending paradigms in programming and go functional with lambda expressions
this course will teach you the following Parts of Functional Programming:
Getting to know the concept: we will answer to the questions of What is Functional Programming and why should we use it.
How to use Lambda expressions on Collections: collections are a very important part of JAVA and every developer is concerned with it so in this course we will discover how you can use lambda expressions to improve your usage of java collections.
How to use Comparators and Filters: complex operations like filtering and comparing data is made very easy like never using lambda expressions with some quiet beautiful utilities offered by JDK.
How to design with lambda expressions: if you are designing your applications using strategy pattern (which makes you handling more and more hierarchy problems), lambda expressions is made for you to minimize the complexity generated by the hierarchy of your classes and interfaces.
Course Content
- 5 section(s)
- 37 lecture(s)
- Section 1 Introduction
- Section 2 Collections And Lambda Expressions
- Section 3 Comparators And Filters
- Section 4 Designing With Lambda expressions
- Section 5 Conclusion
What You’ll Learn
- getting To know the concept of Functional Programming, use Lambda expressions with functional interfaces, manipulate your data and make comparisons with filtering operations, design your applications with lambda expressions
Skills covered in this course
Reviews
-
IIsmail Khairy Shepl
شكرا جزيلا عبد الله على المجهود الجميل الاكثر من رائع وشكرا علىارشاد الكتاب عزيزى thank you so much for your efforts and many thanks for the tip of the book
-
JJose Labeaga
It gives very clear concrete examples on how to use Java Functional api and streams. Straight to the point, you learn a lot in a short time. A good complementary addition to some other highly conceptual/abstract explanations found in other courses/books
-
EEnosh Tsur
Dont take this course!!! its outdated, too basic. This guy dont know how to speak english! Run from this course. Trying to get my money back right now!
-
NNiharika Singh
examples were good to understand the syntaxes. But conceptual elaboration is lacking.