FutureComputedExtension<T> extension

on

Properties

use → T

Available on Future<T>, provided by the FutureComputedExtension extension

Returns the result of this future. Subscribes to it if it has not been resolved yet.
no setter

Methods

useOr(T value) → T

Available on Future<T>, provided by the FutureComputedExtension extension

As use, but returns value instead of throwing NoValueException.