Searched refs:futuresCopy (Results 1 – 1 of 1) sorted by relevance
97 ImmutableList<ListenableFuture<? extends T>> futuresCopy = ImmutableList.copyOf(futures); in AggregateFuture() local98 if (futuresCopy.isEmpty()) { in AggregateFuture()101 this.futures = futuresCopy; in AggregateFuture()