Uses of Interface
com.github.cowwoc.requirements10.java.validator.ComparableValidator
Packages that use ComparableValidator
-
Uses of ComparableValidator in com.github.cowwoc.requirements10.java
Methods in com.github.cowwoc.requirements10.java that return ComparableValidatorModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
ComparableValidator<T> DefaultJavaValidators.checkIf
(T value) Validates the state of aComparable
object.static <T extends Comparable<T>>
ComparableValidator<T> Validates the state of aComparable
object.<T extends Comparable<T>>
ComparableValidator<T> JavaCheckIf.checkIf
(T value) Validates the state of aComparable
object.<T extends Comparable<T>>
ComparableValidator<T> Validates the state of aComparable
object.static <T extends Comparable<T>>
ComparableValidator<T> DefaultJavaValidators.requireThat
(T value, String name) Validates the state of aComparable
object.<T extends Comparable<T>>
ComparableValidator<T> JavaRequireThat.requireThat
(T value, String name) Validates the state of aComparable
object.static <T extends Comparable<T>>
ComparableValidator<T> DefaultJavaValidators.that
(T value) Validates the state of aComparable
object.static <T extends Comparable<T>>
ComparableValidator<T> Validates the state of aComparable
object.<T extends Comparable<T>>
ComparableValidator<T> JavaAssertThat.that
(T value) Validates the state of aComparable
object.<T extends Comparable<T>>
ComparableValidator<T> Validates the state of aComparable
object.