Class ApiFutureToListenableFuture<V>

  • All Implemented Interfaces:
    com.google.common.util.concurrent.ListenableFuture<V>, Future<V>

    @InternalApi
    public class ApiFutureToListenableFuture<V>
    extends Object
    implements com.google.common.util.concurrent.ListenableFuture<V>
    INTERNAL USE ONLY. Adapter from ApiFuture to Guava ListenableFuture.