Class

DexFutureSet

Description

final class Dex.FutureSet : GObject.TypeInstance {
  /* No available fields */
}
No description available.

Hierarchy

hierarchy this DexFutureSet ancestor_0 DexFuture ancestor_0--this ancestor_1 DexObject ancestor_1--ancestor_0

Ancestors

Instance methods

dex_future_set_get_future_at

Gets a DexFuture that was used to produce the result of future_set.

dex_future_set_get_size

Gets the number of futures associated with the DexFutureSet. You may use dex_future_set_get_future_at() to obtain the individual DexFuture.

dex_future_set_get_value_at

Gets the result from a DexFuture that is part of the DexFutureSet.

Methods inherited from DexFuture (28)

Please see DexFuture for a full list of methods.