Java Streams API
Scope of Variables in Lambda Expressions
In this lesson, you will learn about the scope of variables inside lambda expressions.
How To Write Lambda Expressions
This lesson introduces the basic lambda expression structure with tips to write efficient code.
What Are Lambda Expressions?
This is an introductory lesson on lambda expressions. You will learn about the lambda operator, expression, syntaxes and more!
Power Of Two (Exercise Problem)
This is an exercise problem for your practice. Try to come up with an approach and solve it by yourself. Good Luck!
User-Defined Customer Interface (Exercise Problem)
This is an exercise problem for your practice. Try to come up with an approach and solve it by yourself. Good Luck!
What Are UnaryOperator And BinaryOperator's?
Unary and Binary operators are the other two functional interfaces that most developers are interested in.
Who Is This Course For?
This course deep-dives into each of the functional programming concepts that got introduced in the Java programming language.
Introduce Yourself To Java Functional Programming
Functional programming(a programming paradigm) was introduced in Java SE 8 and recently gained popularity. The number of lines written by developers in the last few years using functional programming(for open-source projects) did hustle around Java developers. It emphasizes the use of functions as the primary building blocks of