Uses of Interface
io.github.cowwoc.requirements13.java.validator.PrimitiveLongArrayValidator
Packages that use PrimitiveLongArrayValidator
Package
Description
-
Uses of PrimitiveLongArrayValidator in io.github.cowwoc.requirements13.java
Methods in io.github.cowwoc.requirements13.java that return PrimitiveLongArrayValidatorModifier and TypeMethodDescriptionstatic PrimitiveLongArrayValidatorDefaultJavaValidators.checkIf(long[] value) Validates the state of a primitivelongarray.static PrimitiveLongArrayValidatorValidates the state of a primitivelongarray.JavaCheckIf.checkIf(long[] value) Validates the state of a primitivelongarray.Validates the state of a primitivelongarray.static PrimitiveLongArrayValidatorDefaultJavaValidators.requireThat(long[] value, String name) Validates the state of a primitivelongarray.JavaRequireThat.requireThat(long[] value, String name) Validates the state of a primitivelongarray.static PrimitiveLongArrayValidatorDefaultJavaValidators.that(long[] value) Validates the state of a primitivelongarray.static PrimitiveLongArrayValidatorValidates the state of a primitivelongarray.JavaAssertThat.that(long[] value) Validates the state of a primitivelongarray.Validates the state of a primitivelongarray. -
Uses of PrimitiveLongArrayValidator in io.github.cowwoc.requirements13.java.validator
Subinterfaces with type arguments of type PrimitiveLongArrayValidator in io.github.cowwoc.requirements13.java.validatorModifier and TypeInterfaceDescriptioninterfaceValidates the state of along[].interfaceValidates the state of along[].interfaceValidates the state of along[].Methods in io.github.cowwoc.requirements13.java.validator that return PrimitiveLongArrayValidatorModifier and TypeMethodDescriptionPrimitiveLongArrayValidator.contains(long expected) Ensures that the array contains an element.Ensures that the array contains an element.PrimitiveLongArrayValidator.doesNotContain(long unwanted) Ensures that the array does not containunwanted.PrimitiveLongArrayValidator.doesNotContain(long unwanted, String name) Ensures that the array does not containunwanted.PrimitiveLongArrayValidator.isSorted()Ensures that the array is sorted by its natural ordering.