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