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