orElse abstract method
T
orElse(
- T other
Returns this Optional's value, if present. Otherwise, returns other.
Implementation
T orElse(T other);
Returns this Optional's value, if present. Otherwise, returns other.
T orElse(T other);