Close HTML tag.

This commit is contained in:
Gary Gregory 2020-11-13 10:10:27 -05:00
parent 6f51b9b7cb
commit 6a991d8413
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ import java.util.function.Function;
* <p> * <p>
* This is a <a href="package-summary.html">functional interface</a> whose functional method is * This is a <a href="package-summary.html">functional interface</a> whose functional method is
* {@link #apply(Object, Object, Object)}. * {@link #apply(Object, Object, Object)}.
* </p>
* *
* @param <T> the type of the first argument to the function * @param <T> the type of the first argument to the function
* @param <U> the type of the second argument to the function * @param <U> the type of the second argument to the function