NotBlankString

@SinceKotoolsTypes(version = "1.0")
value class NotBlankString

Deprecated

This type will be replaced by kotools.types.string.NotBlankString.

Type representing strings that can't be blank.

Functions

Link copied to clipboard
infix operator fun get(index: Int): Char
Link copied to clipboard
infix operator fun plus(other: NotBlankString): NotBlankString
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard