Java Lambdas and Parallel Streams
This compact book introduces the concepts of Java lambdas and parallel streams in a concise form. It begins by introducing new supporting features such as functional interfaces, default methods and more. After this, the author demonstrates how streams can be parallelized in a very simple way—within...
Κύριος συγγραφέας: | |
---|---|
Συγγραφή απο Οργανισμό/Αρχή: | |
Μορφή: | Ηλεκτρονική πηγή Ηλ. βιβλίο |
Γλώσσα: | English |
Έκδοση: |
Berkeley, CA :
Apress : Imprint: Apress,
2016.
|
Θέματα: | |
Διαθέσιμο Online: | Full Text via HEAL-Link |
Πίνακας περιεχομένων:
- 1. Introduction
- 2. The data
- 3. First analysis - from naive to flexible
- 4. Lambda expressions
- 5. Default method
- 6. Optional
- 7. Make the acquaintance of Streams
- 8. stream (), Stream and Spliterator
- 9. Parallel Stream
- 10. Collector and Concurrency
- 11. Appendix.