Kotlin for Android Developers


 How to create a custom delegate



Download 1,04 Mb.
Pdf ko'rish
bet73/125
Sana11.08.2021
Hajmi1,04 Mb.
#144654
1   ...   69   70   71   72   73   74   75   76   ...   125
Bog'liq
Kotlin for Android Developers Learn Kotlin the Easy Way While Developing an Android App ( PDFDrive )

16.4 How to create a custom delegate
Let’s say we want, for instance, to create a non-nullable delegate that can be only assigned once.
Second time it’s assigned, it will throw an exception.
Kotlin library provides a couple of interfaces our delegates must implement:
ReadOnlyProperty
and
ReadWriteProperty
. The one that should be used depends on whether the delegated property is
val
or
var
.
The first thing we can do is to create a class that extends
ReadWriteProperty
:
1
private class NotNullSingleValueVar() : ReadWriteProperty {
2
3
override fun getValue(thisRef: Any?, property: KProperty<*>): T {
4
throw UnsupportedOperationException()
5
}
6
7
override fun setValue(thisRef: Any?, property: KProperty<*>, value: T) {
8
9
}
10
}
This delegate can work over any non-nullable type. It will receive a reference of an object of any
type, and use
T
as the type of the getter and the setter. Now we need to implement the methods.
• The getter will return a value if it’s assigned, otherwise it will throw an exception.
• The setter will assign the value if it is still null, otherwise it will throw an exception.


16 Application Singleton and Delegated Properties
62
1
private class NotNullSingleValueVar() : ReadWriteProperty {
2
3

Download 1,04 Mb.

Do'stlaringiz bilan baham:
1   ...   69   70   71   72   73   74   75   76   ...   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