From 3618193221ef4ea40640930ed18285a56d6b174b Mon Sep 17 00:00:00 2001
From: Gary Gregory
- * ComparatorPredicate.comparatorPredicate(ONE, comparator).evaluate(TWO); + * ComparatorPredicate.comparatorPredicate(ONE, comparator).test(TWO); ** *
The input variable {@code TWO} in compared to the stored variable {@code ONE} using @@ -67,7 +67,7 @@ * evaluation of a comparator result.
* *- * ComparatorPredicate.comparatorPredicate(ONE, comparator,ComparatorPredicate.Criterion.GREATER).evaluate(TWO); + * ComparatorPredicate.comparatorPredicate(ONE, comparator,ComparatorPredicate.Criterion.GREATER).test(TWO); ** *
The input variable TWO is compared to the stored variable ONE using the supplied {@code comparator}
@@ -150,7 +150,7 @@ public ComparatorPredicate(final T object, final Comparator This method exists
* simply as centralised documentation and atomic unchecked warning
@@ -96,7 +96,7 @@ static