@FunctionalInterface public interface BiFunctionWithIOE<T,U,R>
IOException.| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t,
U u)
Applies this function to the given arguments.
|
R apply(T t, U u) throws IOException
t - the first function argumentu - the second function argumentIOExceptionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.