0 votes
in JAVA by (19.9k points)
The Supplier Functional Interface: What Is It?

1 Answer

0 votes
by (19.9k points)
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.

Related questions

0 votes
...