Class ForwardingFuture.SimpleForwardingFuture<V extends @Nullable java.lang.Object>

    • Method Detail

      • delegate

        protected final java.util.concurrent.Future<Vdelegate()
        Description copied from class: ForwardingObject
        Returns the backing delegate instance that methods are forwarded to. Abstract subclasses generally override this method with an abstract method that has a more specific return type, such as ForwardingSet.delegate(). Concrete subclasses override this method to supply the instance being decorated.
        Specified by:
        delegate in class ForwardingFuture<V extends @Nullable java.lang.Object>