static IterableIterator notNulls_iterator(Iterator it) { ret filterIterator(it, func(A a) -> bool { a != null }); }