IterableMapNotNull<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
mapNotNull<
R> (R? transform(E element)) → Iterable< R> -
Available on Iterable<
Returns a new lazy Iterable containing only the non-null results of applying the givenE> , provided by the IterableMapNotNull extensiontransform
function to each element in the original collection.