Uses of Interface
com.github.cowwoc.requirements10.java.validator.PrimitiveFloatArrayValidator
Packages that use PrimitiveFloatArrayValidator
Package
Description
-
Uses of PrimitiveFloatArrayValidator in com.github.cowwoc.requirements10.java
Methods in com.github.cowwoc.requirements10.java that return PrimitiveFloatArrayValidatorModifier and TypeMethodDescriptionstatic PrimitiveFloatArrayValidator
DefaultJavaValidators.checkIf
(float[] value) Validates the state of a primitivefloat
array.static PrimitiveFloatArrayValidator
Validates the state of a primitivefloat
array.JavaCheckIf.checkIf
(float[] value) Validates the state of a primitivefloat
array.Validates the state of a primitivefloat
array.static PrimitiveFloatArrayValidator
DefaultJavaValidators.requireThat
(float[] value, String name) Validates the state of a primitivefloat
array.JavaRequireThat.requireThat
(float[] value, String name) Validates the state of a primitivefloat
array.static PrimitiveFloatArrayValidator
DefaultJavaValidators.that
(float[] value) Validates the state of a primitivefloat
array.static PrimitiveFloatArrayValidator
Validates the state of a primitivefloat
array.JavaAssertThat.that
(float[] value) Validates the state of a primitivefloat
array.Validates the state of a primitivefloat
array. -
Uses of PrimitiveFloatArrayValidator in com.github.cowwoc.requirements10.java.validator
Methods in com.github.cowwoc.requirements10.java.validator that return PrimitiveFloatArrayValidatorModifier and TypeMethodDescriptionPrimitiveFloatArrayValidator.contains
(float expected) Ensures that the array contains an element.Ensures that the array contains an element.PrimitiveFloatArrayValidator.doesNotContain
(float unwanted) Ensures that the array does not containunwanted
.PrimitiveFloatArrayValidator.doesNotContain
(float unwanted, String name) Ensures that the array does not containunwanted
.PrimitiveFloatArrayValidator.isSorted()
Ensures that the array is sorted by its natural ordering.