- isAbsolute() - Method in interface org.bitbucket.cowwoc.requirements.PathRequirements
-
Ensures that a path is absolute.
- isAbsolute() - Method in interface org.bitbucket.cowwoc.requirements.UriRequirements
-
Ensures that the parameter is absolute.
- isDirectory(LinkOption...) - Method in interface org.bitbucket.cowwoc.requirements.PathRequirements
-
Ensures that a path refers to a directory.
- isEmailFormat() - Method in interface org.bitbucket.cowwoc.requirements.StringRequirements
-
Ensures that the parameter contains a valid email format.
- isEmpty() - Method in interface org.bitbucket.cowwoc.requirements.MapRequirements
-
Ensures that the parameter is empty.
- isEmpty() - Method in interface org.bitbucket.cowwoc.requirements.OptionalRequirements
-
Ensures that the parameter is empty.
- isEmpty() - Method in interface org.bitbucket.cowwoc.requirements.spi.CollectionRequirementsSpi
-
Ensures that the parameter is empty.
- isEmpty() - Method in interface org.bitbucket.cowwoc.requirements.StringRequirements
-
Ensures that the parameter is empty.
- isEnabled() - Method in class org.bitbucket.cowwoc.requirements.Assertions
-
- isEqualTo(T) - Method in interface org.bitbucket.cowwoc.requirements.spi.ObjectRequirementsSpi
-
Ensures that the parameter is equal to a value.
- isEqualTo(T, String) - Method in interface org.bitbucket.cowwoc.requirements.spi.ObjectRequirementsSpi
-
Ensures that the parameter is equal to a variable.
- isGreaterThan(T, String) - Method in interface org.bitbucket.cowwoc.requirements.spi.ComparableRequirementsSpi
-
Ensures that the parameter is greater than a variable.
- isGreaterThan(T) - Method in interface org.bitbucket.cowwoc.requirements.spi.ComparableRequirementsSpi
-
Ensures that the parameter is greater than a constant.
- isGreaterThanOrEqualTo(T, String) - Method in interface org.bitbucket.cowwoc.requirements.spi.ComparableRequirementsSpi
-
Ensures that the parameter is greater than or bigger than a variable.
- isGreaterThanOrEqualTo(T) - Method in interface org.bitbucket.cowwoc.requirements.spi.ComparableRequirementsSpi
-
Ensures that the parameter is greater than or bigger than a constant.
- isIn(Range<T>) - Method in interface org.bitbucket.cowwoc.requirements.spi.ComparableRequirementsSpi
-
Ensures that the parameter is within range.
- isInstanceOf(Class<?>) - Method in interface org.bitbucket.cowwoc.requirements.spi.ObjectRequirementsSpi
-
Ensures that the parameter is an instance of a class.
- isIpAddressFormat() - Method in interface org.bitbucket.cowwoc.requirements.StringRequirements
-
Ensures that the parameter contains a valid IP address format.
- isLessThan(T, String) - Method in interface org.bitbucket.cowwoc.requirements.spi.ComparableRequirementsSpi
-
Ensures that the parameter is less than the value of a variable.
- isLessThan(T) - Method in interface org.bitbucket.cowwoc.requirements.spi.ComparableRequirementsSpi
-
Ensures that the parameter is less than a constant.
- isLessThanOrEqualTo(T, String) - Method in interface org.bitbucket.cowwoc.requirements.spi.ComparableRequirementsSpi
-
Ensures that the parameter is less than or equal to a variable.
- isLessThanOrEqualTo(T) - Method in interface org.bitbucket.cowwoc.requirements.spi.ComparableRequirementsSpi
-
Ensures that the parameter is less than or equal to a constant.
- isNegative() - Method in interface org.bitbucket.cowwoc.requirements.BigDecimalPrecisionRequirements
-
- isNegative() - Method in interface org.bitbucket.cowwoc.requirements.spi.NumberRequirementsSpi
-
Ensures that the parameter is negative.
- isNotEmpty() - Method in interface org.bitbucket.cowwoc.requirements.MapRequirements
-
Ensures that the parameter is not empty.
- isNotEmpty() - Method in interface org.bitbucket.cowwoc.requirements.spi.CollectionRequirementsSpi
-
Ensures that the parameter is not empty.
- isNotEmpty() - Method in interface org.bitbucket.cowwoc.requirements.StringRequirements
-
Ensures that the parameter is not empty.
- isNotEqualTo(T) - Method in interface org.bitbucket.cowwoc.requirements.spi.ObjectRequirementsSpi
-
Ensures that the parameter is not equal to a value.
- isNotEqualTo(T, String) - Method in interface org.bitbucket.cowwoc.requirements.spi.ObjectRequirementsSpi
-
Ensures that the parameter is not equal to a variable.
- isNotNegative() - Method in interface org.bitbucket.cowwoc.requirements.spi.NumberRequirementsSpi
-
Ensures that the parameter is not negative.
- isNotNull() - Method in interface org.bitbucket.cowwoc.requirements.spi.ObjectRequirementsSpi
-
Ensures that the parameter is not null.
- isNotPositive() - Method in interface org.bitbucket.cowwoc.requirements.BigDecimalPrecisionRequirements
-
- isNotPositive() - Method in interface org.bitbucket.cowwoc.requirements.spi.NumberRequirementsSpi
-
Ensures that the parameter is not positive.
- isNotZero() - Method in interface org.bitbucket.cowwoc.requirements.spi.NumberRequirementsSpi
-
Ensures that the parameter is not zero.
- isNull() - Method in interface org.bitbucket.cowwoc.requirements.spi.ObjectRequirementsSpi
-
Ensures that the parameter is null.
- isNull() - Method in interface org.bitbucket.cowwoc.requirements.spi.PrimitiveIntegerRequirementsSpi
-
- Isolatable<T> - Interface in org.bitbucket.cowwoc.requirements
-
Requirements that can be verified in isolation of other instances.
- isolate(Consumer<T>) - Method in interface org.bitbucket.cowwoc.requirements.Isolatable
-
Verifies requirements without modifying the current instance.
- isPositive() - Method in interface org.bitbucket.cowwoc.requirements.spi.NumberRequirementsSpi
-
Ensures that the parameter is positive.
- isPresent() - Method in interface org.bitbucket.cowwoc.requirements.OptionalRequirements
-
Ensures that the parameter is present.
- isRegularFile(LinkOption...) - Method in interface org.bitbucket.cowwoc.requirements.PathRequirements
-
Ensures that a path refers to a regular file.
- isRelative() - Method in interface org.bitbucket.cowwoc.requirements.PathRequirements
-
Ensures that a path is relative.
- isSupertypeOf(Class<?>) - Method in interface org.bitbucket.cowwoc.requirements.ClassRequirements
-
Ensures that the parameter is a superclass or super-interface of a class.
- isZero() - Method in interface org.bitbucket.cowwoc.requirements.BigDecimalPrecisionRequirements
-
- isZero() - Method in interface org.bitbucket.cowwoc.requirements.spi.NumberRequirementsSpi
-
Ensures that the parameter is zero.