@FunctionalInterface public interface IoConsumer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t)
Performs this operation on the given argument.
|
void accept(T t) throws IOException
t - the input argumentIOException - if the operation failsCopyright © 2022 Atlassian. All rights reserved.