public interface IOExceptionConsumer<T>
IOException.| Modifier and Type | Method and Description |
|---|---|
void |
accept(T input)
Performs an operation on the given input.
|
void accept(@Nullable
T input)
throws java.io.IOException
input - the inputjava.io.IOException