New method in KiwiPreconditions: checkArgumentIsBlank #746
Labels
new feature
A new feature such as a new class, method, package, group of classes, etc.
Milestone
Sometimes, we want to validate that a
String
argument is blank, e.g. when creating a new entity that has aString
identifier:This method throws
IllegalArgumentException
when its argument is not blank, defined as anull
, empty, or whitespace-onlyString
.The text was updated successfully, but these errors were encountered: