values property
final
Values of successful futures.
Has the same shape as the original collection of futures,
with values for each successful future and null
values
for each failing future.
Implementation
final V values;
Values of successful futures.
Has the same shape as the original collection of futures,
with values for each successful future and null
values
for each failing future.
final V values;