FutureComputedExtension<T> extension
- on
-
- Future<
T>
- Future<
Properties
- use → T
-
Available on Future<
Returns the result of this future. Subscribes to it if it has not been resolved yet.T> , provided by the FutureComputedExtension extensionno setter
Methods
-
useOr(
T value) → T -
Available on Future<
As use, but returnsT> , provided by the FutureComputedExtension extensionvalueinstead of throwing NoValueException.