a Functional Interface is an interface with just one abstract method declared in it.
If you want to change selection, open document below and click on "Move attachment"
Java 8 Lambda Expressions Tutorial. Lambda Expression Java eturned within the code block, or void if nothing is returned.What are Functional InterfacesIn Java, a Marker interface is an interface with no methods or fields declaration. In simple words, marker interface is an empty interface. Similarly, <span>a Functional Interface is an interface with just one abstract method declared in it.java.lang.Runnable is an example of a Functional Interface. There is only one method void run() declared in Runnable interface. Similarly ActionListener interface is also a Functional In
Summary
status
not read
reprioritisations
last reprioritisation on
suggested re-reading day
started reading on
finished reading on
Details
Discussion
Do you want to join discussion? Click here to log in or create user.