NotEmptyCollection
@SinceKotools(project = Project.Types, version = "1.3")
Content copied to clipboard
Parent of classes representing collections that contain at least one element.
Parameters
E
The type of elements contained in this collection.
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
toNotBlankString
Link copied to clipboard
Returns the string representation of this collection as a NotBlankString.
Properties
Inheritors
Extensions
getOrElse
Link copied to clipboard
@SinceKotools(project = Project.Types, version = "1.3")
Content 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 returns the result of calling the defaultValue function if the index is out of bounds.