Interface ScheduledTaskFuture<V>

Type Parameters:
V - The result type
All Superinterfaces:
Comparable<Delayed>, Delayed, Future<V>, Runnable, RunnableFuture<V>, RunnableScheduledFuture<V>, ScheduledFuture<V>, TaskFuture<V>

public interface ScheduledTaskFuture<V> extends RunnableScheduledFuture<V>, TaskFuture<V>