Kotlin for Android Developers



Download 1,04 Mb.
Pdf ko'rish
bet69/125
Sana11.08.2021
Hajmi1,04 Mb.
#144654
1   ...   65   66   67   68   69   70   71   72   ...   125
Bog'liq
Kotlin for Android Developers Learn Kotlin the Easy Way While Developing an Android App ( PDFDrive )

delegated properties.
16.2 Delegated Properties
There are some kind of common behaviours we may need in a property that would be interesting to
be reused, such as lazy values or observable properties. Instead of having to declare the same code
over and over again, Kotlin provides a way to delegate the code a property needs to another class.
This is know as a delegated property.
When we use
get
or
set
from a property, the
getValue
and
setValue
of the delegated property are
called.
The structure of a property delegate is:
1
class Delegate : ReadWriteProperty {
2
fun getValue(thisRef: Any?, property: KProperty<*>): T {
3
return ...
4
}
5
6
fun setValue(thisRef: Any?, property: KProperty<*>, value: T) {
7
...
8
}
9
}
The
T
is the type of the property that is delegating its behaviour. The
getValue
function receives
a reference to the class and the metadata of the property. The
setValue
function also receives the
value that is being assigned. If the property is immutable (
val
), it will only require the
getValue
function.
This is how the property delegate is assigned:


16 Application Singleton and Delegated Properties
58
1
class Example {
2
var p: String by Delegate()
3
}
It uses
by
reserved word to specify the delegation.

Download 1,04 Mb.

Do'stlaringiz bilan baham:
1   ...   65   66   67   68   69   70   71   72   ...   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