T - the type of the input to the functionU - 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.BiFunctionWithExceptions<T,U,R,E extends Exception>
BiFunction interface which can throw exceptions.| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t,
U u) |
Copyright © 2019 WSO2. All rights reserved.