-
Notifications
You must be signed in to change notification settings - Fork 0
Feature Java 8
- Lambda Expression
- Method references
- Functional interfaces
- Interface changes: Default and static methods
- Streams
- Stream filter
- forEach()
- Collectors class with example
- StringJoiner class with example
- Optional class with example
- Arrays Parallel Sort
Reference https://beginnersbook.com/2017/10/java-lambda-expressions-tutorial-with-examples/
Refrences https://beginnersbook.com/2017/10/method-references-in-java-8/
Refrences https://beginnersbook.com/2017/10/java-functional-interfaces/
References
https://beginnersbook.com/2017/10/java-8-interface-changes-default-method-and-static-method/
Refrences https://beginnersbook.com/2017/10/java-8-stream-tutorial/
Refrences https://beginnersbook.com/2017/10/java-8-stream-filter/
Refrences https://beginnersbook.com/2017/10/java-8-foreach/
Refrences https://beginnersbook.com/2017/10/java-8-stream-collectors-class-with-examples/
Refrences https://beginnersbook.com/2017/10/java-8-stringjoiner/
Refrences https://beginnersbook.com/2017/10/java-8-arrays-parallel-sort-with-example/
Refrences https://beginnersbook.com/2017/10/java-8-optional-class/
References