The only situation when functional interfaces are ...
# announcements
m
The only situation when functional interfaces are needed apart from functional types is when you want to implement many interfaces (observers, listeners and so on) in one class, but it’s more applicable for Java-like languages.