orThrow

inline fun <Element> Maybe<Element>.orThrow(error: () -> Throwable): Element(source)

Returns the value if it is present or throws the provided exception otherwise.