T - the parameter type@FunctionalInterface public static interface TaskExecutors.IoConsumer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T parameter)
Performs the action.
|
void accept(T parameter) throws IOException, InterruptedException
parameter - the action parameterIOException - if I/O error was occurred in this actionInterruptedException - if interrupted while executing this actionCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.