NotBlankString
@SinceKotoolsTypes(version = "1.2")
Represents strings containing at least 1 character, excluding whitespaces.
Constructors
Link copied to clipboard
Returns the value as a not blank string, or throws an IllegalArgumentException if the value is blank.
Types
Functions
Link copied to clipboard
Link copied to clipboard
Returns the character of this value at the specified index, or throws an IndexOutOfBoundsException if the index is out of bounds.