@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.IOExceptionCopyright © 2000–2025 The Apache Software Foundation. All rights reserved.