Uses of Interface
io.github.cowwoc.requirements13.java.validator.PrimitiveFloatArrayValidator
Packages that use PrimitiveFloatArrayValidator
Package
Description
-
Uses of PrimitiveFloatArrayValidator in io.github.cowwoc.requirements13.java
Methods in io.github.cowwoc.requirements13.java that return PrimitiveFloatArrayValidatorModifier and TypeMethodDescriptionstatic PrimitiveFloatArrayValidatorDefaultJavaValidators.checkIf(float[] value) Validates the state of a primitivefloatarray.static PrimitiveFloatArrayValidatorValidates the state of a primitivefloatarray.JavaCheckIf.checkIf(float[] value) Validates the state of a primitivefloatarray.Validates the state of a primitivefloatarray.static PrimitiveFloatArrayValidatorDefaultJavaValidators.requireThat(float[] value, String name) Validates the state of a primitivefloatarray.JavaRequireThat.requireThat(float[] value, String name) Validates the state of a primitivefloatarray.static PrimitiveFloatArrayValidatorDefaultJavaValidators.that(float[] value) Validates the state of a primitivefloatarray.static PrimitiveFloatArrayValidatorValidates the state of a primitivefloatarray.JavaAssertThat.that(float[] value) Validates the state of a primitivefloatarray.Validates the state of a primitivefloatarray. -
Uses of PrimitiveFloatArrayValidator in io.github.cowwoc.requirements13.java.validator
Subinterfaces with type arguments of type PrimitiveFloatArrayValidator in io.github.cowwoc.requirements13.java.validatorModifier and TypeInterfaceDescriptioninterfaceValidates the state of afloat[].interfaceValidates the state of afloat[].interfaceValidates the state of afloat[].Methods in io.github.cowwoc.requirements13.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.