Kotlin for Android Developers



Download 1,04 Mb.
Pdf ko'rish
bet84/125
Sana11.08.2021
Hajmi1,04 Mb.
#144654
1   ...   80   81   82   83   84   85   86   87   ...   125
Bog'liq
Kotlin for Android Developers Learn Kotlin the Easy Way While Developing an Android App ( PDFDrive )

18.3 Mapping operations
flatMap
Iterates over the elements creating a new collection for each one, and finally flattens all the
collections into a unique list containing all the elements.
1
assertEquals(listOf(1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7), list.flatMap { listOf(i\
2
t, it + 1) })
groupBy
Returns a map of the elements in original collection grouped by the result of given function
1
assertEquals(mapOf("odd" to listOf(1, 3, 5), "even" to listOf(2, 4, 6)),
2
list.groupBy { if (it % 2 == 0) "even" else "odd" })
map
Returns a list containing the results of applying the given transform function to each element of the
original collection.
1
assertEquals(listOf(2, 4, 6, 8, 10, 12), list.map { it * 2 })
mapIndexed
Returns a list containing the results of applying the given transform function to each element and
its index of the original collection.
1
assertEquals(listOf (0, 2, 6, 12, 20, 30), list.mapIndexed { index, it
2
-> index * it })
mapNotNull
Returns a list containing the results of applying the given transform function to each non-null
element of the original collection.


18 Collections and functional operations
76
1
assertEquals(listOf(2, 4, 6, 8), listWithNull.mapNotNull { it * 2 })

Download 1,04 Mb.

Do'stlaringiz bilan baham:
1   ...   80   81   82   83   84   85   86   87   ...   125




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish