@FunctionalInterface public interface IOConsumer<T> extends Consumer<T>
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(T t) |
void |
ioAccept(T t) |
default void accept(T t) throws UncheckedIOException
accept in interface Consumer<T>UncheckedIOExceptionvoid ioAccept(T t) throws IOException
IOExceptionCopyright © 2012–2017 MARID software development group. All rights reserved.