static > L getAllIF0s(Iterable l) { ret map(l, x -> x == null ? null : x!); }