FicIterableExtensionTypeNullable<T> extension

on

Methods

mapNotNull<E>(E? f(T? e)) Iterable<E>
Similar to map, but MAY return a non-nullable type.