Returns true if the given value x is null.
true
x
null
Returns None if the given value x is null, otherwise returns Some(x).
None
Some(x)