Apress | Functional Interfaces In Java: Fundamentals And Examples (2019 EN)

Discussion in 'Programming' started by Kanka, Sep 11, 2019.

  1. Kanka

    Kanka Well-Known Member Loyal User

    Messages:
    16,047
    Likes Received:
    449
    Trophy Points:
    83
    [​IMG]

    Author: Ralph Lecessi
    Full Title: Functional Interfaces In Java: Fundamentals And Examples
    Publisher: Apress; 1st ed. edition (February 14, 2019)
    Year: 2019
    ISBN-13: 9781484242780 (978-1-4842-4278-0), 9781484242773 (978-1-4842-4277-3)
    ISBN-10: 1484242785, 1484242777
    Pages: 410
    Language: English
    Genre: Educational: Programming
    File type: EPUB (True), PDF (True), Code Files
    Quality: 10/10
    Price: 37.44 €


    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 logical expressions can be reduced to chains of predicates and how chains of comparators can be used to sort data by several criteria in order. Other examples include streams that utilize functional interfaces to filter, sort, transform, and perform calculations on data. CompletableFutures that use functional interfaces to create cascading and parallel execution threads; and JavaFX programs that use functional interfaces to monitor the data backed by their graphical components.

    Each chapter contains a complete programming project: the Discount Dave project shows you how to qualify car customers by organizing questions as a list of predicates; the Real Estate Broker project shows you how to use chains of comparators to filter and sort homes according to customer priorities; the Dave's Part Inventory project shows you how to query and write reports from an inventory database using stream operations; and the Sentence Builder project shows you how to correct a sentence by implementing each grammar rule as a separate link in a future chain.

    Functional Interfaces in Java will help you quickly develop powerful and reliable programs that utilize functional interfaces to implement logic and calculations.


    Learn:
    ✓ Use the functional interfaces in the java.util.function package to perform conditional logic, transform and generate data, and perform calculations
    ✓ Filter and sort data by several criteria using comparators
    ✓ Process collections and filter, sort, transform, and reduce stream elements with functional interfaces
    ✓ Write cascading and parallel execution threads

    Features:
    ✓ A one of a kind comprehensive and practical guide on Java functional interfaces
    ✓ Includes the latest Java 11, 10 and 9 APIs
    ✓ Presents extensive detail on functional interfaces in the Java APIs and how to utilize them to accomplish many programming tasks

    Who This Book Is For:
    Computer science student or a professional Java programmer. This work is a rigorous discussion of the application of functional interfaces, so prerequisites for this text include basic Java programming and object-oriented Java programming.

    -------------
     
    Last edited by a moderator: Mar 8, 2022