NullableKtListExtensions<T> extension
- on
-
- KtList<
T> ?
- KtList<
Methods
-
orEmpty(
) → KtList< T> -
Available on KtList<
Returns this KtList if it's notT> ?, provided by the NullableKtListExtensions extensionnull
and the empty list otherwise.