static L notNulls(L l) { ret notNullOnly(l); } static L notNulls(A... l) { ret notNullOnly(l); }