We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd2277 commit 8184491Copy full SHA for 8184491
src/main/java/org/apache/commons/io/function/IOBiFunction.java
@@ -21,7 +21,6 @@
21
import java.io.UncheckedIOException;
22
import java.util.Objects;
23
import java.util.function.BiFunction;
24
-import java.util.function.Function;
25
26
/**
27
* Like {@link BiFunction} but throws {@link IOException}.
@@ -34,7 +33,7 @@
34
33
* @param <T> the type of the first argument to the function
35
* @param <U> the type of the second argument to the function
36
* @param <R> the type of the result of the function
37
- * @see Function
+ * @see BiFunction
38
* @since 2.12.0
39
*/
40
@FunctionalInterface
0 commit comments