@FunctionalInterface public interface CheckedConsumer<T,E extends Throwable>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t) |
static <T,E extends Throwable> |
wrap(CheckedConsumer<T,E> checkedConsumer) |
Copyright © 2020. All rights reserved.