Version: v0.7.1 - Beta.  We welcome contributors & feedback.

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.