Companion
object Companion
Contains static declarations for the NotBlankString type.
Functions
Link copied to clipboard
Creates a NotBlankString from the string representation of the specified value, or throws an IllegalArgumentException if its string representation is blank.
Link copied to clipboard
@ExperimentalSince(version = KotoolsTypesVersion.V4_5_0)
Creates a NotBlankString from the string representation of the specified value, or returns null
if its string representation is blank.