static <A> IterableIterator<A> nonNullsIterator(Iterator<A> it) {
  ret notNulls_iterator(it);
}