getOrThrow
Obtains the first terminal value of the flow, and if it is a Success, it returns the encapsulated value. Otherwise, it throws an exception.
Returns the value if the AsyncResult is Success else returns null.
Obtains the first terminal value of the flow, and if it is a Success, it returns the encapsulated value. Otherwise, it throws an exception.
Returns the value if the AsyncResult is Success else returns null.