T - the type of the input to the functionR - the type of the result of the functionE - the type of Exception@FunctionalInterface public static interface LambdaExceptionUtils.FunctionWithExceptions<T,R,E extends Exception>
Function interface which can throw exceptions.| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t) |
Copyright © 2019 WSO2. All rights reserved.