Loading…

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...

Full description

Bibliographic Details
Call Number:Libro Electrónico
Main Author: Lecessi, Ralph (Author)
Format: Electronic eBook
Language:Inglés
Published: New York : Apress, 2019.
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)
Table of Contents:
  • Functional interfaces
  • Lambda expressions
  • Predicates
  • Functions
  • Operators
  • Consumers
  • Suppliers
  • Use in traversing objects
  • Use in collections
  • Use in comparing objects
  • Use in optionals
  • Use in streams
  • Use in multithreaded programs
  • Use in atomic calculations
  • Use in JavaFX applications
  • Appendix: Method references.