@FunctionalInterface public interface IOFunction<T,R>
Function| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t)
Applies this function to the given argument.
|
R apply(T t) throws IOException
t - the function argumentIOException - in case of errorCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.