NotEmptySet
@SinceKotools(project = Project.Types, version = "1.3")
Content copied to clipboard
Representation of sets that contain at least one element.
Parameters
E
The type of elements contained in this set.
Functions
containsAll
Link copied to clipboard
get
Link copied to clipboard
@SinceKotools(project = Project.Types, version = "1.3")
Content copied to clipboard
Returns the element at the specified index in this collection, or throws an IndexOutOfBoundsException if the index is out of bounds.
getOrNull
Link copied to clipboard
toNotBlankString
Link copied to clipboard
Returns the string representation of this collection as a NotBlankString.