@FunctionalInterface public interface BiFunctionWithIOE<T,U,R>
IOException.R apply(T t, U u) throws IOException
t - the first function argumentu - the second function argumentIOExceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.