Returns this list if it's not empty, or null if it is empty. This is a shorthand for ifEmpty { null }.
null
ifEmpty { null }
The original list if it has at least one element, otherwise null.