static void clearAll(O... l) { for (O o : l) callOpt(o, 'clear); }