Package-level declarations
Contains types such as NotBlankString
for manipulating text.
Contains types such as NotBlankString
for manipulating text.
Types
Representation of strings that have at least one character, excluding whitespaces.
Functions
Returns the value as a NotBlankString, or throws an NotBlankString.ConstructionError if the value is blank.
Returns the value as a NotBlankString, or returns null
if the value is blank.
Returns the value as a NotBlankString, or throws an IllegalArgumentException if the value is blank.
Returns this value as a NotBlankString, or throws an NotBlankString.ConstructionError if this value is blank.
Returns this value as a NotBlankString, or returns null
if this value is blank.
Returns this value as a NotBlankString, or throws an IllegalArgumentException if this value is blank.