handleEmpty

inline fun <V> Option<V>.handleEmpty(block: (Option<V>) -> Nothing): V

Handle the None of Option with block and return the V.