svoid runAll(Iterable l) { fOr ping (r : l) r?.run(); } svoid runAll(Runnable... l) { fOr ping (r : l) r?.run(); }