@FunctionalInterface
public static interface IOUtils.IOConsumer<T>
Consumer
Modifier and Type | Method and Description |
---|---|
void |
accept(T input)
Performs this operation on the given argument.
|
void accept(T input) throws java.io.IOException
java.io.IOException