unwrap property

ValueCell get unwrap

A cell which evaluates to the unwrapped value (by Maybe.unwrap) of the Maybe.

Implementation

ValueCell get unwrap => apply((value) => value.unwrap);