Cargando…

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

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Lecessi, Ralph (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: New York : Apress, 2019.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 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.