Interface RunnableScheduledFuture<V>

  • All Superinterfaces:
    AsyncFuture<V>, java.lang.Comparable<java.util.concurrent.Delayed>, java.util.concurrent.CompletionStage<V>, java.util.concurrent.Delayed, java.util.concurrent.Future<V>, java.lang.Runnable, java.util.concurrent.RunnableFuture<V>, java.util.concurrent.RunnableScheduledFuture<V>, ScheduledFuture<V>, java.util.concurrent.ScheduledFuture<V>

    public interface RunnableScheduledFuture<V>
    extends ScheduledFuture<V>, java.util.concurrent.RunnableScheduledFuture<V>
    • Method Summary

      • Methods inherited from interface java.lang.Comparable

        compareTo
      • Methods inherited from interface java.util.concurrent.CompletionStage

        acceptEither, acceptEitherAsync, acceptEitherAsync, applyToEither, applyToEitherAsync, applyToEitherAsync, exceptionally, handle, handleAsync, handleAsync, runAfterBoth, runAfterBothAsync, runAfterBothAsync, runAfterEither, runAfterEitherAsync, runAfterEitherAsync, thenAccept, thenAcceptAsync, thenAcceptAsync, thenAcceptBoth, thenAcceptBothAsync, thenAcceptBothAsync, thenApply, thenApplyAsync, thenApplyAsync, thenCombine, thenCombineAsync, thenCombineAsync, thenCompose, thenComposeAsync, thenComposeAsync, thenRun, thenRunAsync, thenRunAsync, toCompletableFuture, whenComplete, whenCompleteAsync, whenCompleteAsync
      • Methods inherited from interface java.util.concurrent.Delayed

        getDelay
      • Methods inherited from interface java.util.concurrent.Future

        cancel, get, get, isCancelled, isDone
      • Methods inherited from interface java.util.concurrent.RunnableFuture

        run
      • Methods inherited from interface java.util.concurrent.RunnableScheduledFuture

        isPeriodic