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 complex lo...
Main Author: | |
---|---|
Format: | eBook |
Language: | Inglés |
Published: |
Berkeley, CA :
Apress
2019.
|
Edition: | 1st ed. 2019. |
Subjects: | |
See on Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630267206719 |
Table of Contents:
- 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.