NullableIterableX<T> extension

Extensions for nullable Iterable.

on

Properties

isEmptyOrNull bool
Returns true if this nullable Iterable is either null or empty.
no setter
orEmpty Iterable<T>
Creates empty Iterable if this nullable Iterable is null, otherwise returns this Iterable.
no setter