Applies the onSome function to the contained value, otherwise it computes a default using onNone.
onSome
onNone
Function to evaluate if the option is Some.
Some
Function to evaluate if the option is None.
None
Option containing the value to fold,
Option
Folded option value.
Applies the
onSome
function to the contained value, otherwise it computes a default usingonNone
.