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 CheckedFunction<T,R,E extends Exception>
Function which can throw a checked exception.| Modifier and Type | Method and Description | 
|---|---|
| R | apply(T input) | 
Copyright © 2019 OpenDaylight. All rights reserved.