Js.OptSourceStandard functions for manipulating possibly null values.
Apply a function to an optional value if it is available. Returns the result of the application.
Apply a function returning an optional value to an optional value
Apply a function to an optional value if it is available.
Get the value. If no value available, an alternative function is called to get a default value.