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