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...
Main Author: | |
---|---|
Corporate Author: | |
Format: | Electronic eBook |
Language: | English |
Published: |
Berkeley, CA :
Apress : Imprint: Apress,
2019.
|
Edition: | 1st ed. 2019. |
Subjects: | |
Online Access: | Full Text via HEAL-Link |
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.