@InterfaceAudience.Private @FunctionalInterface public interface IOExceptionConsumer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t) |
void accept(T t) throws IOException
IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.