Kotlin for Android Developers


 Mapping an object into variables



Download 1,04 Mb.
Pdf ko'rish
bet48/125
Sana11.08.2021
Hajmi1,04 Mb.
#144654
1   ...   44   45   46   47   48   49   50   51   ...   125
Bog'liq
Kotlin for Android Developers Learn Kotlin the Easy Way While Developing an Android App ( PDFDrive )

9.3 Mapping an object into variables
This process is known as multi-declaration and consists of mapping each property inside an object
into a variable. That’s the reason why the
componentX
functions are automatically created. An
example with the previous
Forecast
class:
1
val f1 = Forecast(Date(), 27.5f, "Shiny day")
2
val (date, temperature, details) = f1
This multi-declaration is compiled down to the following code:
1
val date = f1.component1()
2
val temperature = f1.component2()
3
val details = f1.component3()
The logic behind this feature is very powerful, and can help simplify the code in many situations.
For instance,
Map
class has some extension functions implemented that allow to recover its keys and
values in an iteration:
1
for ((key, value) in map) {
2
Log.d("map", "key:$key, value:$value")
3
}



Download 1,04 Mb.

Do'stlaringiz bilan baham:
1   ...   44   45   46   47   48   49   50   51   ...   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