values property

V values
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;