Class CombinedFuture<V>

  • All Implemented Interfaces:
    ListenableFuture<V>, java.util.concurrent.Future<V>

    @GwtCompatible
    final class CombinedFuture<V>
    extends AggregateFuture<java.lang.Object,​V>
    Aggregate future that computes its value by calling a callable.