IterableNullExtensions<T> extension

on

Methods

whereNotNull() Iterable<T>
Returns Iterable without null elements.
withoutNull() Iterable<T>