or abstract method
T
or(
- T defaultValue
Returns the wrapped value (if present), or the defaultValue
.
Implementation
T or(T defaultValue);
Returns the wrapped value (if present), or the defaultValue
.
T or(T defaultValue);