unwrap abstract method

T unwrap(
  1. T defaultValue
)

Returns the value of this Result, or defaultValue if Result does not contain a value.

Implementation

T unwrap(T defaultValue);