Project Java 8 for study Lambda and Stream
PoC in develop.
Requisite: Installation Java 8 e IDE Eclipse
Execution : Execute the method main of archive Main.java and verify the result at the console.
Licence: MIT.
Examples:
- Foreach.
- Lambda.
- Interface functional.
- Consumer and consumer compost.
- RemoveIf.
- Sort with comparator and comparator auto boxing.
- Access in methods and constructor withreference.