Kotlin for Android Developers



Download 1,04 Mb.
Pdf ko'rish
bet88/125
Sana11.08.2021
Hajmi1,04 Mb.
#144654
1   ...   84   85   86   87   88   89   90   91   ...   125
Bog'liq
Kotlin for Android Developers Learn Kotlin the Easy Way While Developing an Android App ( PDFDrive )

18.5 Generation operations
merge
Returns a list of values built from elements of both collections with same indexes using the provided
transform function. The list has the length of shortest collection.
1
val list = listOf(1, 2, 3, 4, 5, 6)
2
val listRepeated = listOf(2, 2, 3, 4, 5, 5, 6)
3
assertEquals(listOf(3, 4, 6, 8, 10, 11), list.merge(listRepeated) { it1, it2 ->
4
it1 + it2 })
partition
Splits original collection into pair of collections, where the first collection contains elements for
which the predicate returned
true
, while the second collection contains elements for which the
predicate returned
false
.
1
assertEquals(Pair(listOf(2, 4, 6), listOf(1, 3, 5)),
2
list.partition { it % 2 == 0 })
plus
Returns a list containing all elements of the original collection and then all elements of the given
collection. Because of the name of the function, we can use the ‘+’ operator with it.


18 Collections and functional operations
79
1
assertEquals(listOf(1, 2, 3, 4, 5, 6, 7, 8), list + listOf(7, 8))
zip
Returns a list of pairs built from the elements of both collections with the same indexes. The list has
the length of the shortest collection.
1
assertEquals(listOf(Pair(1, 7), Pair(2, 8)), list.zip(listOf(7, 8)))
unzip
Generates a
Pair
of
List
s from a
List
of
Pair
s
1
assertEquals(Pair(listOf(5, 6), listOf(7, 8)), listOf(Pair(5, 7), Pair(6, 8)).un\
2
zip())

Download 1,04 Mb.

Do'stlaringiz bilan baham:
1   ...   84   85   86   87   88   89   90   91   ...   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