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