MapNotNull<T> extension

on

Methods

mapNotNull<V>(V? mapper(T)) Iterable<V>
Maps an Iterable (like map), but filters out any null values and cast the resulting Iterable to be null-safe.