Class ForwardingListenableFuture.SimpleForwardingListenableFuture<V extends @Nullable Object>

All Implemented Interfaces:
ListenableFuture<V>, Future<V>
Enclosing class:
ForwardingListenableFuture<V extends @Nullable Object>

public abstract static class ForwardingListenableFuture.SimpleForwardingListenableFuture<V extends @Nullable Object> extends ForwardingListenableFuture<V>
A simplified version of ForwardingListenableFuture where subclasses can pass in an already constructed ListenableFuture as the delegate.
Since:
9.0
Author:
Shardul Deo
  • Constructor Details

    • SimpleForwardingListenableFuture

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