Class ForwardingListenableFuture.SimpleForwardingListenableFuture<V>

    • Constructor Detail

      • SimpleForwardingListenableFuture

        protected SimpleForwardingListenableFuture(ListenableFuture<V> delegate)
    • Method Detail

      • delegate

        protected final ListenableFuture<V> delegate()
        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.