orEmpty

fun <T> List<T>?.orEmpty(): List<T>
fun <K, V> Map<K, V>?.orEmpty(): Map<K, V>
fun <T> Set<T>?.orEmpty(): Set<T>