Learning Java 9 - Functional Programming, published by Packt
This is the code repository for Learning Java 9 - Functional Programming [Video], published by Packt. It contains all the supporting project files necessary to work through the video course from start to finish.
This course will teach you one of the most powerful elements of the Java programming language, to help you start writing programs by coding the base functions needed and combining these functions into higher-level ones, repeating the process until you have a "single function" corresponding to the program you're building. Given their transparency, they can be reused to build other programs without any modifications, which saves time and allows you to focus on the further development of your project. From learning how to write more readable functional code, to processing discrete data sets using the stream interface and then writing your own Lambdas, this course has it all!
- Learn one of the most powerful elements of the Java programming language
- Start coding the required base functions and combine these functions into higher-level ones
- Have a single function corresponding to the program you're building.
- Build other programs without any modifications to save time and allow you to focus on the further development of your project.
- Write more readable functional code, to process discrete data sets using the stream interface, then write your own Lambdas
To fully benefit from the coverage included in this course, you will need:
Basic Java knowledge.