Kotlin for Android Developers



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

18.1 Aggregate operations
any
Returns
true
if at least one element matches the given predicate.
1
val list = listOf(1, 2, 3, 4, 5, 6)
2
assertTrue(list.any { it % 2 == 0 })
3
assertFalse(list.any { it > 10 })
all
Returns
true
if all the elements match the given predicate.
1
assertTrue(list.all { it < 10 })
2
assertFalse(list.all { it % 2 == 0 })
count
Returns the number of elements matching the given predicate.
1
assertEquals(3, list.count { it % 2 == 0 })
fold
Accumulates the value starting with an initial value and applying an operation from the first to the
last element in a collection.
1
assertEquals(25, list.fold(4) { total, next -> total + next })
foldRight
Same as
fold
, but it goes from the last element to first.
1
assertEquals(25, list.foldRight(4) { total, next -> total + next })
forEach
Performs the given operation to each element.


18 Collections and functional operations
72
1
list.forEach { println(it) }
forEachIndexed
Same as
forEach
, though we also get the index of the element.
1
list.forEachIndexed { index, value
2
-> println("position $index contains a $value") }

Download 1,04 Mb.

Do'stlaringiz bilan baham:
1   ...   77   78   79   80   81   82   83   84   ...   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