Login
Remember
Register
Ask a Question
The Supplier Functional Interface: What Is It?
0
votes
asked
Feb 27, 2023
in
JAVA
by
Robindeniel
The Supplier Functional Interface: What Is It?
java-supplier
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 27, 2023
by
Robindeniel
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.
...