Kotlin for Android Developers


max Returns the largest element or null if there are no elements. 1 assertEquals(6, list.max()) maxBy



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

max
Returns the largest element or
null
if there are no elements.
1
assertEquals(6, list.max())
maxBy
Returns the first element yielding the largest value of the given function or
null
if there are no
elements.
1
// The element whose negative is greater
2
assertEquals(1, list.maxBy { -it })
min
Returns the smallest element or
null
if there are no elements.
1
assertEquals(1, list.min())
minBy
Returns the first element yielding the smallest value of the given function or
null
if there are no
elements.
1
// The element whose negative is smaller
2
assertEquals(6, list.minBy { -it })
none
Returns
true
if no elements match the given predicate.


18 Collections and functional operations
73
1
// No elements are divisible by 7
2
assertTrue(list.none { it % 7 == 0 })
reduce
Same as
fold
, but it doesn’t use an initial value. It accumulates the value applying an operation from
the first to the last element in a collection.
1
assertEquals(21, list.reduce { total, next -> total + next })
reduceRight
Same as
reduce
, but it goes from the last element to first.
1
assertEquals(21, list.reduceRight { total, next -> total + next })
sumBy
Returns the sum of all values produced by the transform function from the elements in the collection.
1
assertEquals(3, list.sumBy { it % 2 })

Download 1,04 Mb.

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