@FunctionalInterface public interface IOConsumer<T>
Consumer| Modifier and Type | Method and Description |
|---|---|
void |
accept(T value)
Performs an operation on the given value.
|
void accept(T value) throws IOException
IOException - in case of errorCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.