Class representing a result that can both have successful and failed values. This is only used internally by and returned from allSettled
The error
Returns true if an error result, false otherwise
true
false
The value
Returns true if a success result, false otherwise`
Returns a tuple with [successValue, failureValue]
[successValue, failureValue]
Generated using TypeDoc
Class representing a result that can both have successful and failed values. This is only used internally by and returned from allSettled