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