Readonly
Default value wrapped in MaybeProvider.
the value to wrap
a new MaybeProvider
Returns the some value or the provided default value.
the default value to use if this Maybe is none
the default value or the some value
Transform the mapped element and return a new MaybeProvider with the result.
Static
Default value wrapped in MaybeProvider.