toNotBlankStringOrThrow

@SinceKotools(project = Project.Types, version = "3.2", stability = StabilityLevel.Alpha)
fun String.toNotBlankStringOrThrow(): NotBlankString

Returns this value as a NotBlankString, or throws an IllegalArgumentException if this value is blank.