T - The type of the input to be processed.R - The type of the result to be returned.E - The type of the exception which may be thrown.@FunctionalInterface public interface InterruptibleCheckedFunction<T,R,E extends Exception>
Function which can throw a checked exception and be interrupted.| Modifier and Type | Method and Description | 
|---|---|
| R | apply(T input) | 
R apply(T input) throws E extends Exception, InterruptedException
E extends ExceptionInterruptedExceptionCopyright © 2019 OpenDaylight. All rights reserved.