@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 java.io.IOException
java.io.IOException
- in case of error