NullableKtCollectionExtensions<T> extension
- on
-
- KtCollection<
T>
- KtCollection<
Methods
-
orEmpty(
) → KtCollection< T> -
Returns this
KtCollection
if it's notnull
and the empty list otherwise.