filmov
tv
Collections | Retrieving Single element from Collection : Kotlin Fundamentals Tutorial - Part - 46

Показать описание
In this video we have a look at next set of collection operations where we are trying to retrieve single elements of the collection. There are functions like elementAt, find, first and last which are quite useful if picking single element from a collection.