Uses of Interface
org.assertj.core.util.TriFunction
Packages that use TriFunction
-
Uses of TriFunction in org.assertj.core.internal
Methods in org.assertj.core.internal with parameters of type TriFunctionModifier and TypeMethodDescriptionprivate <T> void
Comparables.assertGreaterThan
(AssertionInfo info, Comparable<? super T> actual, T other, TriFunction<Comparable<? super T>, T, ComparisonStrategy, ErrorMessageFactory> errorMessageFactory) Asserts that the actual value is greater than the other one.private <T> void
Comparables.assertGreaterThanOrEqualTo
(AssertionInfo info, Comparable<? super T> actual, T other, TriFunction<Comparable<? super T>, T, ComparisonStrategy, ErrorMessageFactory> errorMessageFactory) Asserts that the actual value is greater than or equal to the other one.private <T> void
Comparables.assertLessThan
(AssertionInfo info, Comparable<? super T> actual, T other, TriFunction<Comparable<? super T>, T, ComparisonStrategy, ErrorMessageFactory> errorMessageFactory) Asserts that the actual value is less than the other one and throws an error with the given message factory.private <T> void
Comparables.assertLessThanOrEqualTo
(AssertionInfo info, Comparable<? super T> actual, T other, TriFunction<Comparable<? super T>, T, ComparisonStrategy, ErrorMessageFactory> errorMessageFactory) Asserts that the actual value is less than or equal to the other one.