orElse abstract method

T orElse(
  1. T value
)

Returns the current value if present, otherwise the argument value.

Implementation

T orElse(T value);