get Value Or Else
@NonNull()
Content copied to clipboard
Retruns the value, if available, or produces a fallback with the provided function.
Return
or default value
Parameters
defaultFun
Function producing a default value based on an error.