FutureResult<ValueT, FailureT extends Exception> extension

on

Properties

valueOrNull Future<ValueT?>
no setter
valueOrThrow Future<ValueT>
Returns the value if it is a success. Else, throws the error as an Exception.
no setter