@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 IOException
IOException
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.