Kotlin List Tutorials
Kotlin List Filtering
- Kotlin – Filter even numbers in list
- Kotlin – Filter odd numbers in list
- Kotlin – Filter not null values in list
- Kotlin – Filter strings in a list based on a condition
- Kotlin – Filter non-empty strings in a list
- Kotlin – Filter strings in list that contain specific substring
- Kotlin – Filter objects in a list based on property of object
- Kotlin – Filter list with condition on index
Kotlin List properties
Kotlin List has only one property.
Kotlin List functions
- Kotlin List all()
- Kotlin List any()
- Kotlin List asIterable()
- Kotlin List asReversed()
- Kotlin List asSequence()
- Kotlin List associate()
- Kotlin List associateBy()
- Kotlin List associateByTo()
- Kotlin List associateTo()
- Kotlin List associateWith()
- Kotlin List associateWithTo()
- Kotlin List binarySearch()
- Kotlin List binarySearchBy()
- Kotlin List chunked()
- Kotlin List component1()
- Kotlin List component2()
- Kotlin List component3()
- Kotlin List component4()
- Kotlin List component5()
- Kotlin List contains()
- Kotlin List containsAll()
- Kotlin List count()
- Kotlin List distinct()
- Kotlin List distinctBy()
- Kotlin List drop()
- Kotlin List dropLast()
- Kotlin List dropLastWhile()
- Kotlin List dropWhile()
- Kotlin List elementAt()
- Kotlin List elementAtOrElse()
- Kotlin List elementAtOrNull()
- Kotlin List filter()
- Kotlin List filterIndexed()
- Kotlin List filterIndexedTo()
- Kotlin List filterIsInstance()
- Kotlin List filterIsInstanceTo()
- Kotlin List filterNot()
- Kotlin List filterNotNull()
- Kotlin List filterNotNullTo()
- Kotlin List filterNotTo()
- Kotlin List filterTo()
- Kotlin List find()
- Kotlin List findLast()
- Kotlin List first()
- Kotlin List firstOrNull()
- Kotlin List flatMap()
- Kotlin List flatMapIndexed()
- Kotlin List flatMapIndexedTo()
- Kotlin List flatMapTo()
- Kotlin List flatten()
- Kotlin List fold()
- Kotlin List foldIndexed()
- Kotlin List foldRight()
- Kotlin List foldRightIndexed()
- Kotlin List forEach()
- Kotlin List forEachIndexed()
- Kotlin List get()
- Kotlin List getOrElse()
- Kotlin List getOrNull()
- Kotlin List groupBy()
- Kotlin List groupByTo()
- Kotlin List groupingBy()
- Kotlin List ifEmpty()
- Kotlin List indexOf()
- Kotlin List indexOfFirst()
- Kotlin List indexOfLast()
- Kotlin List intersect()
- Kotlin List isEmpty()
- Kotlin List isNotEmpty()
- Kotlin List isNullOrEmpty()
- Kotlin List iterator()
- Kotlin List joinTo()
- Kotlin List joinToString()
- Kotlin List last()
- Kotlin List lastIndexOf()
- Kotlin List lastOrNull()
- Kotlin List listIterator()
- Kotlin List map()
- Kotlin List mapIndexed()
- Kotlin List mapIndexedNotNull()
- Kotlin List mapIndexedNotNullTo()
- Kotlin List mapIndexedTo()
- Kotlin List mapNotNull()
- Kotlin List mapNotNullTo()
- Kotlin List mapTo()
- Kotlin List maxBy()
- Kotlin List maxByOrNull()
- Kotlin List maxOf()
- Kotlin List maxOfOrNull()
- Kotlin List maxOfWith()
- Kotlin List maxOfWithOrNull()
- Kotlin List maxWith()
- Kotlin List maxWithOrNull()
- Kotlin List minBy()
- Kotlin List subList()