Package-level declarations
Types
A rule that tests the array value.
A rule that tests the boolean value.
A rule that tests the collection value.
A rule that tests the double value.
A rule that tests the float value.
A rule that tests the integer value.
A rule that tests the long value.
A rule that chains a transformation function with a set of rules.
A rule that tests the object value.
A rule that chains non-optional rules. If the value is not null
, the rule set is applied to the value.
A rule that tests the string value.
Functions
Validates that the boolean value is false
.
Validates that the double value is NaN
.
Validates that the float value is NaN
.
Validates that the boolean value is true
.
Validates that the string value is not blank.
Validates that the array is not empty.
Validates that the string value is not empty.
Validates that the collection is not empty.
Validates that the double value is not NaN
.
Validates that the float value is not NaN
.
Validates that the optional value is not null
.
Validates that the string matches the pattern.