Abstract
Returns value for Some or null for None.
null
some(1).orNull() // 1none.orNull() // null
orNull
Returns value for Some or
null
for None.