NullableIterableProjectionExtensions<T> extension

on

Methods

mapIndex(T? toElement(int idx, T? x)) Iterable<T?>
The current elements of this iterable modified by toElement.