Uses of Interface
io.github.cowwoc.requirements13.java.validator.ObjectArrayValidator
Packages that use ObjectArrayValidator
Package
Description
-
Uses of ObjectArrayValidator in io.github.cowwoc.requirements13.java
Methods in io.github.cowwoc.requirements13.java that return ObjectArrayValidatorModifier and TypeMethodDescriptionstatic <E> ObjectArrayValidator<E[], E> DefaultJavaValidators.checkIf(E[] value) Validates the state of anObjectarray.static <E> ObjectArrayValidator<E[], E> Validates the state of anObjectarray.<E> ObjectArrayValidator<E[], E> JavaCheckIf.checkIf(E[] value) Validates the state of anObjectarray.<E> ObjectArrayValidator<E[], E> Validates the state of anObjectarray.static <E> ObjectArrayValidator<E[], E> DefaultJavaValidators.requireThat(E[] value, String name) Validates the state of anObjectarray.<E> ObjectArrayValidator<E[], E> JavaRequireThat.requireThat(E[] value, String name) Validates the state of anObjectarray.static <E> ObjectArrayValidator<E[], E> DefaultJavaValidators.that(E[] value) Validates the state of anObjectarray.static <E> ObjectArrayValidator<E[], E> Validates the state of anObjectarray.<E> ObjectArrayValidator<E[], E> JavaAssertThat.that(E[] value) Validates the state of anObjectarray.<E> ObjectArrayValidator<E[], E> Validates the state of anObjectarray. -
Uses of ObjectArrayValidator in io.github.cowwoc.requirements13.java.validator
Subinterfaces with type arguments of type ObjectArrayValidator in io.github.cowwoc.requirements13.java.validatorModifier and TypeInterfaceDescriptioninterfaceObjectArrayValidator<T,E> Validates the state of anObject[].interfaceObjectArrayValidator<T,E> Validates the state of anObject[].interfaceObjectArrayValidator<T,E> Validates the state of anObject[].