@FunctionalInterface public interface CheckedConsumer<T,E extends Throwable>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t) |
static <T> Consumer<T> |
throwingConsumerWrapper(CheckedConsumer<T,Exception> throwingConsumer) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.