valueOr abstract method

T valueOr(
  1. T other
)

Returns the explicit value, or other when this value is absent.

Implementation

T valueOr(T other);