notBlankStringOrThrow

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

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