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 16acf16 commit c3c7e80Copy full SHA for c3c7e80
1 file changed
src/main/java/org/apache/commons/io/function/IOBiFunction.java
@@ -24,12 +24,12 @@
24
import java.util.function.Function;
25
26
/**
27
- * Represents a function that accepts two arguments and produces a result. This is the two-arity specialization of
28
- * {@link IOFunction}.
+ * Like {@link BiFunction} but throws {@link IOException}.
29
*
30
* <p>
31
* This is a <a href="package-summary.html">functional interface</a> whose functional method is
32
* {@link #apply(Object, Object)}.
+ * </p>
33
34
* @param <T> the type of the first argument to the function
35
* @param <U> the type of the second argument to the function
0 commit comments