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