T
- the type of the first argument to the functionU
- the type of the second argument to the functionR
- the type of the result of the functionE
- the type of exception that may be thrown@FunctionalInterface public static interface LambdaUtil.BiFunction_WithExceptions<T,U,R,E extends Exception>
BiFunction
that may throw Exceptions.Modifier and Type | Method and Description |
---|---|
R |
apply(T val1,
U val2) |
Copyright © 2017. All rights reserved.