diff --git a/src/main/java/io/reactivex/functions/Function3.java b/src/main/java/io/reactivex/functions/Function3.java index 2f4836c763..f3b49d8a69 100644 --- a/src/main/java/io/reactivex/functions/Function3.java +++ b/src/main/java/io/reactivex/functions/Function3.java @@ -19,7 +19,7 @@ * A functional interface (callback) that computes a value based on multiple input values. * @param the first value type * @param the second value type - * @param the second value type + * @param the third value type * @param the result type */ public interface Function3 { diff --git a/src/main/java/io/reactivex/functions/Function4.java b/src/main/java/io/reactivex/functions/Function4.java index 3db600d9d4..70e921d2dd 100644 --- a/src/main/java/io/reactivex/functions/Function4.java +++ b/src/main/java/io/reactivex/functions/Function4.java @@ -19,8 +19,8 @@ * A functional interface (callback) that computes a value based on multiple input values. * @param the first value type * @param the second value type - * @param the second value type - * @param the second value type + * @param the third value type + * @param the fourth value type * @param the result type */ public interface Function4 { diff --git a/src/main/java/io/reactivex/functions/Function5.java b/src/main/java/io/reactivex/functions/Function5.java index bcdaac3721..32ccfe16d3 100644 --- a/src/main/java/io/reactivex/functions/Function5.java +++ b/src/main/java/io/reactivex/functions/Function5.java @@ -19,9 +19,9 @@ * A functional interface (callback) that computes a value based on multiple input values. * @param the first value type * @param the second value type - * @param the second value type - * @param the second value type - * @param the second value type + * @param the third value type + * @param the fourth value type + * @param the fifth value type * @param the result type */ public interface Function5 { diff --git a/src/main/java/io/reactivex/functions/Function6.java b/src/main/java/io/reactivex/functions/Function6.java index 29d7ceb34a..c011545c98 100644 --- a/src/main/java/io/reactivex/functions/Function6.java +++ b/src/main/java/io/reactivex/functions/Function6.java @@ -19,10 +19,10 @@ * A functional interface (callback) that computes a value based on multiple input values. * @param the first value type * @param the second value type - * @param the second value type - * @param the second value type - * @param the second value type - * @param the second value type + * @param the third value type + * @param the fourth value type + * @param the fifth value type + * @param the sixth value type * @param the result type */ public interface Function6 { diff --git a/src/main/java/io/reactivex/functions/Function7.java b/src/main/java/io/reactivex/functions/Function7.java index 981136fd21..bb8dee9ed3 100644 --- a/src/main/java/io/reactivex/functions/Function7.java +++ b/src/main/java/io/reactivex/functions/Function7.java @@ -19,11 +19,11 @@ * A functional interface (callback) that computes a value based on multiple input values. * @param the first value type * @param the second value type - * @param the second value type - * @param the second value type - * @param the second value type - * @param the second value type - * @param the second value type + * @param the third value type + * @param the fourth value type + * @param the fifth value type + * @param the sixth value type + * @param the seventh value type * @param the result type */ public interface Function7 { diff --git a/src/main/java/io/reactivex/functions/Function8.java b/src/main/java/io/reactivex/functions/Function8.java index 5374d27968..8b8785ea91 100644 --- a/src/main/java/io/reactivex/functions/Function8.java +++ b/src/main/java/io/reactivex/functions/Function8.java @@ -19,12 +19,12 @@ * A functional interface (callback) that computes a value based on multiple input values. * @param the first value type * @param the second value type - * @param the second value type - * @param the second value type - * @param the second value type - * @param the second value type - * @param the second value type - * @param the second value type + * @param the third value type + * @param the fourth value type + * @param the fifth value type + * @param the sixth value type + * @param the seventh value type + * @param the eighth value type * @param the result type */ public interface Function8 { diff --git a/src/main/java/io/reactivex/functions/Function9.java b/src/main/java/io/reactivex/functions/Function9.java index 29c5605b74..11e7926c5c 100644 --- a/src/main/java/io/reactivex/functions/Function9.java +++ b/src/main/java/io/reactivex/functions/Function9.java @@ -19,13 +19,13 @@ * A functional interface (callback) that computes a value based on multiple input values. * @param the first value type * @param the second value type - * @param the second value type - * @param the second value type - * @param the second value type - * @param the second value type - * @param the second value type - * @param the second value type - * @param the second value type + * @param the third value type + * @param the fourth value type + * @param the fifth value type + * @param the sixth value type + * @param the seventh value type + * @param the eighth value type + * @param the ninth value type * @param the result type */ public interface Function9 {