orEmpty

inline fun BooleanList?.orEmpty(): BooleanList
inline fun BooleanSet?.orEmpty(): BooleanSet
inline fun ByteList?.orEmpty(): ByteList
inline fun ByteSet?.orEmpty(): ByteSet
inline fun CharList?.orEmpty(): CharList
inline fun CharSet?.orEmpty(): CharSet
inline fun DoubleList?.orEmpty(): DoubleList
inline fun DoubleSet?.orEmpty(): DoubleSet
inline fun FloatList?.orEmpty(): FloatList
inline fun FloatSet?.orEmpty(): FloatSet
inline fun IntList?.orEmpty(): IntList
inline fun IntSet?.orEmpty(): IntSet
inline fun LongList?.orEmpty(): LongList
inline fun LongSet?.orEmpty(): LongSet
inline fun <T> ObjectList<T>?.orEmpty(): ObjectList<T>
inline fun <T> ObjectSet<T>?.orEmpty(): ObjectSet<T>
inline fun ShortList?.orEmpty(): ShortList
inline fun ShortSet?.orEmpty(): ShortSet
inline fun <T> ReferenceList<T>?.orEmpty(): ReferenceList<T>
inline fun <T> ReferenceSet<T>?.orEmpty(): ReferenceSet<T>