svoid stepAllWith(Steppable s, Runnable r) { if (s == null) ret; do { ping(); callF(r); } while (s.step()); callF(r); }