Add generic Javadoc parameter
This commit is contained in:
parent
bc99097b11
commit
2f30f6f323
|
@ -26,6 +26,7 @@ import org.apache.commons.collections4.Predicate;
|
||||||
* Predicate implementation that returns true the first time an object is
|
* Predicate implementation that returns true the first time an object is
|
||||||
* passed into the predicate.
|
* passed into the predicate.
|
||||||
*
|
*
|
||||||
|
* @param <T> the type of the input to the predicate.
|
||||||
* @since 3.0
|
* @since 3.0
|
||||||
*/
|
*/
|
||||||
public final class UniquePredicate<T> implements Predicate<T>, Serializable {
|
public final class UniquePredicate<T> implements Predicate<T>, Serializable {
|
||||||
|
|
Loading…
Reference in New Issue