NullIfEmptyOnIterableX<T> extension

on

Properties

nullIfEmpty Iterable<T>?

Available on Iterable<T>, provided by the NullIfEmptyOnIterableX extension

Returns null if the Iterable is empty, otherwise returns the Iterable.
no setter