Gets the value from inside an optional value, if it is present. If the value is blank, gives an error. If you want to supply a value in this case, use get optional or(..).
Gets the value from inside an optional value, if it is present. If the value is blank, returns the second parameter instead.
Gets all the present values from the list of optionals, in the same order as the original list. All None items are discarded.