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.

Related questions

0 votes
asked Mar 1, 2023 in JAVA by sharadyadav1986
0 votes
asked May 31, 2022 in JAVA by Robin
...