42
42
* @return The {@link java.util.function.Predicate} with compare
43
43
* @see java.util.function.Predicate
44
44
* @see io.github.alexengrig.lambdax.function.PredicateI#less(Object, Comparator)
45
- * @see java.util.Comparator#comparing(Function)
45
+ * @see java.util.Comparator#comparing(java.util.function. Function)
46
46
* @see java.lang.Comparable#compareTo(Object)
47
47
* @see java.util.Comparator#reversed()
48
48
* @since 0.2.0
@@ -60,7 +60,7 @@ default Predicate<T> less(R other) {
60
60
* @return The {@link java.util.function.Predicate} with compare
61
61
* @see java.util.function.Predicate
62
62
* @see io.github.alexengrig.lambdax.function.PredicateI#greater(Object, Comparator)
63
- * @see java.util.Comparator#comparing(Function)
63
+ * @see java.util.Comparator#comparing(java.util.function. Function)
64
64
* @see java.lang.Comparable#compareTo(Object)
65
65
* @see java.util.Comparator#reversed()
66
66
* @since 0.2.0
@@ -79,7 +79,7 @@ default Predicate<T> greater(R other) {
79
79
* @return The {@link java.util.function.Predicate} with compare
80
80
* @see java.util.function.Predicate
81
81
* @see io.github.alexengrig.lambdax.function.PredicateI#lessOrEqual(Object, Comparator)
82
- * @see java.util.Comparator#comparing(Function)
82
+ * @see java.util.Comparator#comparing(java.util.function. Function)
83
83
* @see java.lang.Comparable#compareTo(Object)
84
84
* @see java.util.Comparator#reversed()
85
85
* @since 0.2.0
@@ -98,7 +98,7 @@ default Predicate<T> lessOrEqual(R other) {
98
98
* @return The {@link java.util.function.Predicate} with compare
99
99
* @see java.util.function.Predicate
100
100
* @see io.github.alexengrig.lambdax.function.PredicateI#greaterOrEqual(Object, Comparator)
101
- * @see java.util.Comparator#comparing(Function)
101
+ * @see java.util.Comparator#comparing(java.util.function. Function)
102
102
* @see java.lang.Comparable#compareTo(Object)
103
103
* @see java.util.Comparator#reversed()
104
104
* @since 0.2.0
0 commit comments