or
Returns the first successful either, otherwise the last failure
Returns this if it's a Some, otherwise returns the other instance
Deprecated
Use or(other: () -> Option<T>) instead
Replace with
or { other }Content copied to clipboard
Returns this if it's a Some, otherwise returns the other instance