static IterableIterator mapLike mapI_nonNulls(O f, Iterable i) { ret mapI_notNulls(f, i); } static IterableIterator mapLike mapI_nonNulls(IF1 f, Iterable i) { ret mapI_notNulls(f, i); } static IterableIterator mapLike mapI_nonNulls(Iterable i, IF1 f) { ret mapI_notNulls(i, f); }