Functional Interfaces in Java Fundamentals and Examples /
Reduce development time by organizing your programs as chains of functional interfaces and see that the advantages of using functional interfaces include the flexibility and power of inlined functional chains and reuse of functional methods utilized throughout the Java API. You'll see how compl...
Κύριος συγγραφέας: | |
---|---|
Συγγραφή απο Οργανισμό/Αρχή: | |
Μορφή: | Ηλεκτρονική πηγή Ηλ. βιβλίο |
Γλώσσα: | English |
Έκδοση: |
Berkeley, CA :
Apress : Imprint: Apress,
2019.
|
Έκδοση: | 1st ed. 2019. |
Θέματα: | |
Διαθέσιμο Online: | Full Text via HEAL-Link |
Πίνακας περιεχομένων:
- 1: Functional Interfaces
- 2: Lambda Expressions
- 3: Predicates
- 4: Functions
- 5: Operators
- 6: Consumers
- 7: Suppliers
- 8: Use in Traversing Objects
- 9: Use in Collections
- 10: Use in Comparing Objects
- 11: Use in Optionals
- 12: Use in Streams
- 13: Use in Multithreaded Programs
- 14: Use in Atomic Calculations
- 15: Use in JavaFX Applications
- Appendix A: Method References.