Package-level declarations
Contains types such as NotBlankString
for manipulating text.
Types
Link copied to clipboard
Representation of strings that have at least one character, excluding whitespaces.
Functions
Link copied to clipboard
@ExperimentalSinceKotoolsTypes(version = "4.2")
Concatenates this character with the other string.
@ExperimentalSinceKotoolsTypes(version = "4.2")
Concatenates this string with the other character.
@ExperimentalSinceKotoolsTypes(version = "4.2")
@ExperimentalSinceKotoolsTypes(version = "4.2")
Concatenates this string with the other one.
Link copied to clipboard
Returns this string as an encapsulated NotBlankString, or returns an encapsulated IllegalArgumentException if this string is blank.
Link copied to clipboard
@ExperimentalSinceKotoolsTypes(version = "4.3.1")
Returns this string as a NotBlankString, or returns null
if this string is blank.
Link copied to clipboard
@ExperimentalSinceKotoolsTypes(version = "4.3.1")
Returns this string as a NotBlankString, or throws an IllegalArgumentException if this string is blank.