T - type of arg1U - type of arg2R - type of return value.@FunctionalInterface public interface BiFunctionRaisingIOE<T,U,R>
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t,
U u)
Apply the function.
|
R apply(T t, U u) throws IOException
t - argument 1u - argument 2IOException - Any IO failureCopyright © 2008–2022 Apache Software Foundation. All rights reserved.