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