Consumer interface in Java
Dec 31, 2023 · 3 min read · The Consumer interface was introduced in Java 1.8. Below is a an excerpt from the official documentation Represents an operation that accepts a single input argument and returns no result. Unlike most other functional interfaces, Consumer is expecte...
Join discussion