Kotlin for Android Developers



Download 1,04 Mb.
Pdf ko'rish
bet122/125
Sana11.08.2021
Hajmi1,04 Mb.
#144654
1   ...   117   118   119   120   121   122   123   124   125
Bog'liq
Kotlin for Android Developers Learn Kotlin the Easy Way While Developing an Android App ( PDFDrive )


2
#ff212121
3
@android:color/black
4
28.3 Sealed classes
Sealed classes are used to represent restricted class hierarchies, which means that the number of
classes that extend a sealed class is fixed. It’s similar to an Enum in the sense that you can know
beforehand the options you have when looking at the specific type of an object of the parent sealed
class. The difference is that enum instances are unique, while sealed classes can have multiple
instances which can contain different states.
We could implement, for instance, something similar to the
Option
class in Scala: a type that prevents
the use of
null
by returning a
Some
class when the object contains a value or the
None
instance when
it’s empty:


28 Extra concepts
142
1
sealed class Option {
2
class Some : Option()
3
object None : Option()
4
}
The good thing about sealed classes is that when they are used in a
when
expression, we can check
all the options and won’t need to add the
else
clause.
1
val result = when (option) {
2
is Option.Some<*> -> "Contains a value"
3
is Option.None -> "Empty"
4
}

Download 1,04 Mb.

Do'stlaringiz bilan baham:
1   ...   117   118   119   120   121   122   123   124   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