Executes the chained sequence to extract the unwrapped value.
Returns the resolved unwrapped value.
_([1, 2, 3]).value(); // => [1, 2, 3]