IterableMapIndexedNotNull<E> extension

on

Methods

mapIndexedNotNull<R>(R? transform(int index, E)) Iterable<R>
Returns a new lazy Iterable containing only the non-null results of applying the given transform function to each element and its index in the original collection.