@FunctionalInterface public interface IOBiConsumer<T,U> extends BiConsumer<T,U>
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(T t,
U u) |
void |
ioAccept(T t,
U u) |
andThenvoid ioAccept(T t, U u) throws IOException
IOExceptiondefault void accept(T t, U u) throws UncheckedIOException
accept in interface BiConsumer<T,U>UncheckedIOExceptionCopyright © 2012–2017 MARID software development group. All rights reserved.