or abstract method

T or(
  1. T defaultValue
)

Returns the wrapped value (if present), or the defaultValue.

Implementation

T or(T defaultValue);