T
- the type of the input to the operationE
- the type of the Exception to the operation@FunctionalInterface public interface CheckedConsumer<T,E extends Exception>
Consumer
which can throw a checked exception.Consumer
Modifier and Type | Method and Description |
---|---|
void |
accept(T input) |
Copyright © 2019 OpenDaylight. All rights reserved.