Result.get
$r.get() or $r.get($defaultValue) -> any
Description
Return the value of the Result object.
If no $defaultValue
is given and the Result is in a Fail state, an error is triggered.
Return the value of the Result object.
If no $defaultValue
is given and the Result is in a Fail state, an error is triggered.