static java.util.Timer doLaterOrNow(long delay, final O r) { if (delay <= 0) ret null with callF(r); ret doLater(delay, r); }