Class JdkFutureAdapters


  • @Beta
    @GwtIncompatible
    public final class JdkFutureAdapters
    extends Object
    Utilities necessary for working with libraries that supply plain Future 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