static CloseableItIt mapLike mapI_notNulls_closeable(final O f, final CloseableItIt i) { ret notNulls_closeableIterator(mapI_closeable(f, i)); } static CloseableItIt mapI_notNulls_closeable(CloseableItIt i, IF1 f) { ret mapI_notNulls_closeable(f, i); }