unwrap method

  1. @override
T unwrap()
override

Returns the contained Some value, consuming the self value.

Implementation

@override
T unwrap() {
  return v;
}