Class JdkFutureAdapters


  • @Beta
    @GwtIncompatible
    public final class JdkFutureAdapters
    extends 
    Utilities necessary for working with libraries that supply plain instances. Note that, whenever possible, it is strongly preferred to modify those libraries to return ListenableFuture directly.
    Since:
    10.0 (replacing Futures.makeListenable, which existed in 1.0)
    Author:
    Sven Mawson