Class CombinedFuture<V>

All Implemented Interfaces:
AbstractFuture.Trusted<V>, ListenableFuture<V>, Future<V>

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