static void runPlan(PlanInMotion plan) { for (Runnable step : plan.master()) callF(step); }