Chargement en cours…

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

Description complète

Détails bibliographiques
Cote:Libro Electrónico
Auteur principal: Lecessi, Ralph (Auteur)
Format: Électronique eBook
Langue:Inglés
Publié: New York : Apress, 2019.
Sujets:
Accès en ligne:Texto completo (Requiere registro previo con correo institucional)
Table des matières:
  • 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.