unwrap abstract method

  1. @override
  2. @unsafeOrError
T unwrap()
override

Unsafely returns the contained value. Throws Err the Monad is an Err or None.

Implementation

@override
@unsafeOrError
T unwrap();