0 votes
in JAVA by
The Supplier Functional Interface: What Is It?

1 Answer

0 votes
by
There are no input parameters accepted by the Supplier Functional Interface. It is categorised as java.util.function. Supplier. This uses the get function to return the value.
...