static S joinNonNullsWithspace(S... l) { ret joinWithSpace(notNullOnly(l)); }