static S joinRest(S[] bla, int i) { return join(" ", Arrays.asList(bla).subList(i, bla.length)); }