Uses of Interface
com.github.cowwoc.requirements10.java.validator.PrimitiveLongArrayValidator
Packages that use PrimitiveLongArrayValidator
Package
Description
-
Uses of PrimitiveLongArrayValidator in com.github.cowwoc.requirements10.java
Methods in com.github.cowwoc.requirements10.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 com.github.cowwoc.requirements10.java.validator
Methods in com.github.cowwoc.requirements10.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.