Lambda Expressions in Java: Syntax and Examples

Functional Interface Supplier

1/2

When the Supplier interface can be used?

The Supplier can be used in cases when there is no input but an output is expected.

Comments