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