IterableMapNotNullExtensions<T> extension
Map-and-filter-nulls in a single pass.
- on
-
- Iterable<
T>
- Iterable<
Methods
-
mapNotNull<
U> (U? selector(T element)) → Iterable< U> -
Available on Iterable<
AppliesT> , provided by the IterableMapNotNullExtensions extensionselectorto each element and yields only the non-null results.