NotBlankString
@Serializable(with = NotBlankStringSerializer::class)
@Since(version = KotoolsTypesVersion.V4_0_0)
Represents a string that has at least one character excluding whitespaces.
Types
Link copied to clipboard
object Companion
Contains static declarations for the NotBlankString type.
Functions
Link copied to clipboard
@Since(version = KotoolsTypesVersion.V4_1_0)
Properties
Extensions
Link copied to clipboard
@ExperimentalSince(version = KotoolsTypesVersion.V4_4_0)
@ExperimentalSince(version = KotoolsTypesVersion.V4_4_0)
Concatenates this string with the other one.
@ExperimentalSince(version = KotoolsTypesVersion.V4_4_0)
Concatenates this string with the other character.