NotBlankString
@SinceKotools(project = Project.Types, version = "1.2")
Content copied to clipboard
Representation of strings that have at least one character, excluding whitespaces.
Types
Companion
Link copied to clipboard
object Companion
Content copied to clipboard
Contains declarations for holding or building a PositiveInt.
ConstructionError
Link copied to clipboard
@SinceKotools(project = Project.Types, version = "3.0")
Content copied to clipboard
Error thrown when creating a NotBlankString fails.
Functions
compareTo
Link copied to clipboard
get
Link copied to clipboard
Returns the character of this value at the specified index. Throws an IndexOutOfBoundsException if the index is out of bounds, except in Kotlin/JS where the behavior is unspecified.
Properties
Extensions
getOrNull
Link copied to clipboard