NullableKtCollectionExtensions<T> extension

on

Methods

orEmpty() KtCollection<T>

Available on KtCollection<T>?, provided by the NullableKtCollectionExtensions extension

Returns this KtCollection if it's not null and the empty list otherwise.