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

Descripción completa

Detalles Bibliográficos
Autor principal: Lecessi, Ralph. author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2019.
Edición:1st ed. 2019.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630267206719
Tabla de Contenidos:
  • 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.