public interface IoConsumer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T item) |
static <T> java.util.function.Consumer<T> |
adapt(IoConsumer<T> consumer) |
void accept(T item) throws IOException
IOExceptionstatic <T> java.util.function.Consumer<T> adapt(IoConsumer<T> consumer)
Copyright © 2017. All rights reserved.