Image

HFunctional Interfaces

 

JDK 1.8 includes specific-purpose and general-purpose functional interfaces (FIs). An easy way to locate FIs is to search through the source code for the @FunctionalInterface annotation. Java SE 8 source code is included in the src.zip and javafx-src.zip files that are distributed with the JDK.

The following list was produced from “grepping” on the extracted JavaFX source code in the javafx-src directory. The FIs in this listing could be considered JavaFX Specific Purpose FIs (SPFIs). Note that you can run grep on POSIX-based machines or Windows machines with CYGWIN installed.

Specific-Purpose FIs

Specific-purpose FIs ...

Get OCA Java SE 8 Programmer I Study Guide (Exam 1Z0-808), 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.