Uses of Interface
com.github.cowwoc.requirements10.java.validator.ObjectArrayValidator
Packages that use ObjectArrayValidator
-
Uses of ObjectArrayValidator in com.github.cowwoc.requirements10.java
Methods in com.github.cowwoc.requirements10.java that return ObjectArrayValidatorModifier and TypeMethodDescriptionstatic <E> ObjectArrayValidator
<E[], E> DefaultJavaValidators.checkIf
(E[] value) Validates the state of anObject
array.static <E> ObjectArrayValidator
<E[], E> Validates the state of anObject
array.<E> ObjectArrayValidator
<E[], E> JavaCheckIf.checkIf
(E[] value) Validates the state of anObject
array.<E> ObjectArrayValidator
<E[], E> Validates the state of anObject
array.static <E> ObjectArrayValidator
<E[], E> DefaultJavaValidators.requireThat
(E[] value, String name) Validates the state of anObject
array.<E> ObjectArrayValidator
<E[], E> JavaRequireThat.requireThat
(E[] value, String name) Validates the state of anObject
array.static <E> ObjectArrayValidator
<E[], E> DefaultJavaValidators.that
(E[] value) Validates the state of anObject
array.static <E> ObjectArrayValidator
<E[], E> Validates the state of anObject
array.<E> ObjectArrayValidator
<E[], E> JavaAssertThat.that
(E[] value) Validates the state of anObject
array.<E> ObjectArrayValidator
<E[], E> Validates the state of anObject
array.