static IterableIterator mapLike mapI_notNulls(O f, Iterable i) { ret nonNullIterator(mapI(f, i)); }