ListExtNotNoll<T> extension

on

Methods

mapNonNull<R>(R f(T element)) List<R>
Maps over the list and skips null values, returning an empty list if the list itself is null