Class DoneFuture<T>

  • Type Parameters:
    T - The type of object in this Future.
    All Implemented Interfaces:
    Runnable, Future<T>, RunnableFuture<T>

    public class DoneFuture<T>
    extends Object
    implements RunnableFuture<T>
    A Future that is always done and will just yield the object that was given at creation time.