FutureComputedExtension<T> extension

on

Properties

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

Methods

useOr(T value) → T
As use, but returns value instead of throwing NoValueException.