Uses of Interface
io.github.cowwoc.requirements13.java.validator.ComparableValidator
Packages that use ComparableValidator
Package
Description
-
Uses of ComparableValidator in io.github.cowwoc.requirements13.java
Methods in io.github.cowwoc.requirements13.java that return ComparableValidatorModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
ComparableValidator<T> DefaultJavaValidators.checkIf(T value) Validates the state of aComparableobject.static <T extends Comparable<T>>
ComparableValidator<T> Validates the state of aComparableobject.<T extends Comparable<T>>
ComparableValidator<T> JavaCheckIf.checkIf(T value) Validates the state of aComparableobject.<T extends Comparable<T>>
ComparableValidator<T> Validates the state of aComparableobject.static <T extends Comparable<T>>
ComparableValidator<T> DefaultJavaValidators.requireThat(T value, String name) Validates the state of aComparableobject.<T extends Comparable<T>>
ComparableValidator<T> JavaRequireThat.requireThat(T value, String name) Validates the state of aComparableobject.static <T extends Comparable<T>>
ComparableValidator<T> DefaultJavaValidators.that(T value) Validates the state of aComparableobject.static <T extends Comparable<T>>
ComparableValidator<T> Validates the state of aComparableobject.<T extends Comparable<T>>
ComparableValidator<T> JavaAssertThat.that(T value) Validates the state of aComparableobject.<T extends Comparable<T>>
ComparableValidator<T> Validates the state of aComparableobject. -
Uses of ComparableValidator in io.github.cowwoc.requirements13.java.validator
Subinterfaces with type arguments of type ComparableValidator in io.github.cowwoc.requirements13.java.validatorModifier and TypeInterfaceDescriptioninterfaceComparableValidator<T extends Comparable<T>>Validates the state of aComparable.interfaceComparableValidator<T extends Comparable<T>>Validates the state of aComparable.interfaceComparableValidator<T extends Comparable<T>>Validates the state of aComparable.