Add generic Javadoc parameter
This commit is contained in:
parent
6b4395088e
commit
97acf62091
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue