ScheduledThreadPoolExecutor.schedule

@throws RejectedExecutionException {@inheritDoc} @throws NullPointerException {@inheritDoc}

  1. ScheduledFuture!(void) schedule(Runnable command, Duration delay)
    class ScheduledThreadPoolExecutor
    schedule
  2. ScheduledFuture!(V) schedule(Callable!(V) callable, Duration delay)

Meta