Package-level declarations
Functions
The validatable Array must have a size within the provided range when this constraint is applied.
The validatable Collection must have a size within the provided range when this constraint is applied.
The validatable Map must have a size within the provided range when this constraint is applied.
The validatable Collection must have a size equal to size when this constraint is applied.
The validatable Collection must have a size greater than size when this constraint is applied.
The validatable Array must have a size greater than or equal to size when this constraint is applied.
The validatable Collection must have a size greater than or equal to size when this constraint is applied.
The validatable Collection must have a size lower than size when this constraint is applied.
The validatable Collection must have a size lower than or equal to size when this constraint is applied.
The validatable Collection must have a size different from size when this constraint is applied.
The validatable Map must contain the provided key when this constraint is applied.
The validatable Map must contain the provided value when this constraint is applied.
The validatable Array must be empty when this constraint is applied.
The validatable Collection must be empty when this constraint is applied.
The validatable Map must be empty when this constraint is applied.
The validatable value must be equal to other when this constraint is applied.
The validatable value must be identical to other when this constraint is applied.
The validatable value must be an instance of type parameter R when this constraint is applied.
The validatable Duration must be negative when this constraint is applied.
The validatable Duration must be negative or zero when this constraint is applied.
The validatable Map must not contain the provided key when this constraint is applied.
The validatable Map must not contain the provided value when this constraint is applied.
The validatable Array must not be empty when this constraint is applied.
The validatable Collection must not be empty when this constraint is applied.
The validatable Map must not be empty when this constraint is applied.
The validatable value must be different from other when this constraint is applied.
The validatable value must not be identical to other when this constraint is applied.
The validatable value must not be an instance of type parameter R when this constraint is applied.
The validatable value must not be null when this constraint is applied.
The validatable value must be null when this constraint is applied.
The validatable Duration must be positive when this constraint is applied.
The validatable Duration must be positive or zero when this constraint is applied.