Interface TaskFuture<V>

Type Parameters:
V - The result type
All Superinterfaces:
Future<V>
All Known Subinterfaces:
ScheduledTaskFuture<V>

public interface TaskFuture<V> extends Future<V>
Represents a Future of a ScheduledTask.
  • Method Details