NotEmptyList
@SinceKotools(project = Project.Types, version = "1.3")
Content copied to clipboard
Representation of lists that contain at least one element.
Parameters
E
The type of elements contained in this list.
Functions
containsAll
Link copied to clipboard
get
Link 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
lastIndexOf
Link copied to clipboard
listIterator
Link copied to clipboard
toNotBlankString
Link copied to clipboard
Returns the string representation of this collection as a NotBlankString.