mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-10 12:05:55 +00:00
Add generic Javadoc parameter
This commit is contained in:
parent
2adb0de0dd
commit
370da7382b
@ -23,6 +23,7 @@ import org.apache.commons.collections4.Predicate;
|
|||||||
/**
|
/**
|
||||||
* Predicate implementation that returns true if the input is not null.
|
* Predicate implementation that returns true if the input is not null.
|
||||||
*
|
*
|
||||||
|
* @param <T> the type of the input to the predicate.
|
||||||
* @since 3.0
|
* @since 3.0
|
||||||
*/
|
*/
|
||||||
public final class NotNullPredicate<T> implements Predicate<T>, Serializable {
|
public final class NotNullPredicate<T> implements Predicate<T>, Serializable {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user