Login
Remember
Register
Q&A
Questions
Ask a Question
What is the purpose of Supplier<T> functional interface in Java8?
Home
>
Education
>
What is the purpose of Supplier<T> functional interface in Java8?
0
votes
asked
Nov 8, 2020
in
Education
by
Editorial Staff
(
55.6k
points)
What is the purpose of Supplier<T> functional interface in Java8?
#java8-supplier
Facebook
Twitter
LinkedIn
Email
Add Answer
1
Answer
0
votes
answered
Nov 8, 2020
by
Editorial Staff
(
55.6k
points)
What is the purpose of Supplier<T> functional interface in Java8?
It represents a supplier of results.
Related questions
0
votes
1
answer
What is the purpose of UnaryOperator<T> functional interface in Java8?
asked
Nov 8, 2020
in
Education
by
Editorial Staff
(
55.6k
points)
#java8-unaryoperator
0
votes
1
answer
What is the purpose of ToLongFunction<T> functional interface in Java8?
asked
Nov 8, 2020
in
Education
by
Editorial Staff
(
55.6k
points)
#java8-tolongfunction
0
votes
1
answer
What is the purpose of ToLongBiFunction<T,U> functional interface in Java8?
asked
Nov 8, 2020
in
Education
by
Editorial Staff
(
55.6k
points)
#java8-tolongbifunction
0
votes
1
answer
What is the purpose of ToIntFunction<T> functional interface in Java8?
asked
Nov 8, 2020
in
Education
by
Editorial Staff
(
55.6k
points)
#java8-tointfunction
0
votes
1
answer
What is the purpose of ToIntBiFunction<T,U> functional interface in Java8?
asked
Nov 8, 2020
in
Education
by
Editorial Staff
(
55.6k
points)
#java8-tointbifunction
...