Add generic Javadoc parameter

This commit is contained in:
Gary Gregory 2024-06-23 08:42:40 -04:00
parent 6b4395088e
commit 97acf62091
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ import org.apache.commons.collections4.Predicate;
* using the {@code GREATER} evaluation criterion constant. This instructs the predicate to
* return {@code true} if the comparator returns a value greater than {@code 0}.</p>
*
* @param <T> the type of the input to the predicate.
* @since 4.0
*/
public class ComparatorPredicate<T> implements Predicate<T>, Serializable {